mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-16 19:45:39 +00:00
Add a comment on regeneration to the generated files. The comment is placed after the YNL-GEN line[1], as to not interfere with ynl-regen.sh's detection logic. [1] and after the optional YNL-ARG line. Link: https://lore.kernel.org/r/aR5m174O7pklKrMR@zx2c4.com/ Suggested-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net> Acked-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> Link: https://patch.msgid.link/20251120174429.390574-3-ast@fiberby.net Signed-off-by: Jakub Kicinski <kuba@kernel.org>
39 lines
948 B
C
39 lines
948 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/binder.yaml */
|
|
/* YNL-GEN uapi header */
|
|
/* To regenerate run: tools/net/ynl/ynl-regen.sh */
|
|
|
|
#ifndef _UAPI_LINUX_ANDROID_BINDER_NETLINK_H
|
|
#define _UAPI_LINUX_ANDROID_BINDER_NETLINK_H
|
|
|
|
#define BINDER_FAMILY_NAME "binder"
|
|
#define BINDER_FAMILY_VERSION 1
|
|
|
|
enum {
|
|
BINDER_A_REPORT_ERROR = 1,
|
|
BINDER_A_REPORT_CONTEXT,
|
|
BINDER_A_REPORT_FROM_PID,
|
|
BINDER_A_REPORT_FROM_TID,
|
|
BINDER_A_REPORT_TO_PID,
|
|
BINDER_A_REPORT_TO_TID,
|
|
BINDER_A_REPORT_IS_REPLY,
|
|
BINDER_A_REPORT_FLAGS,
|
|
BINDER_A_REPORT_CODE,
|
|
BINDER_A_REPORT_DATA_SIZE,
|
|
|
|
__BINDER_A_REPORT_MAX,
|
|
BINDER_A_REPORT_MAX = (__BINDER_A_REPORT_MAX - 1)
|
|
};
|
|
|
|
enum {
|
|
BINDER_CMD_REPORT = 1,
|
|
|
|
__BINDER_CMD_MAX,
|
|
BINDER_CMD_MAX = (__BINDER_CMD_MAX - 1)
|
|
};
|
|
|
|
#define BINDER_MCGRP_REPORT "report"
|
|
|
|
#endif /* _UAPI_LINUX_ANDROID_BINDER_NETLINK_H */
|