mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 07:35:36 -05:00
Recent commit 68e83f3472 ("tools: ynl-gen: add regeneration comment")
added a hint how to regenerate the code to the headers. Update
the new headers from this release cycle to also include it.
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20251207004740.1657799-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
25 lines
637 B
C
25 lines
637 B
C
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
|
|
/* Do not edit directly, auto-generated from: */
|
|
/* Documentation/netlink/specs/em.yaml */
|
|
/* YNL-GEN kernel header */
|
|
/* To regenerate run: tools/net/ynl/ynl-regen.sh */
|
|
|
|
#ifndef _LINUX_EM_GEN_H
|
|
#define _LINUX_EM_GEN_H
|
|
|
|
#include <net/netlink.h>
|
|
#include <net/genetlink.h>
|
|
|
|
#include <uapi/linux/energy_model.h>
|
|
|
|
int em_nl_get_pds_doit(struct sk_buff *skb, struct genl_info *info);
|
|
int em_nl_get_pd_table_doit(struct sk_buff *skb, struct genl_info *info);
|
|
|
|
enum {
|
|
EM_NLGRP_EVENT,
|
|
};
|
|
|
|
extern struct genl_family em_nl_family;
|
|
|
|
#endif /* _LINUX_EM_GEN_H */
|