xref: /aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/android/binderfs.h (revision cda5da8d549138a6648c5ee6d7a49cf8f4a657be)
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