Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Christopher Ferris | d842e43 | 2019-03-07 10:21:59 -0800 | [diff] [blame] | 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) |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 19 | #endif |