1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ 2 /* Do not edit directly, auto-generated from: */ 3 /* Documentation/netlink/specs/binder.yaml */ 4 /* YNL-GEN kernel header */ 5 6 #ifndef _LINUX_BINDER_GEN_H 7 #define _LINUX_BINDER_GEN_H 8 9 #include <net/netlink.h> 10 #include <net/genetlink.h> 11 12 #include <uapi/linux/android/binder_netlink.h> 13 14 enum { 15 BINDER_NLGRP_REPORT, 16 }; 17 18 extern struct genl_family binder_nl_family; 19 20 #endif /* _LINUX_BINDER_GEN_H */ 21