xref: /aosp_15_r20/bionic/libc/kernel/uapi/linux/android/binderfs.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI_LINUX_BINDERFS_H
8 #define _UAPI_LINUX_BINDERFS_H
9 #include <linux/android/binder.h>
10 #include <linux/types.h>
11 #include <linux/ioctl.h>
12 #define BINDERFS_MAX_NAME 255
13 struct binderfs_device {
14   char name[BINDERFS_MAX_NAME + 1];
15   __u32 major;
16   __u32 minor;
17 };
18 #define BINDER_CTL_ADD _IOWR('b', 1, struct binderfs_device)
19 #endif
20