| .. | .. |
|---|
| 4 | 4 | * |
|---|
| 5 | 5 | */ |
|---|
| 6 | 6 | |
|---|
| 7 | | -#ifndef _UAPI_LINUX_BINDER_CTL_H |
|---|
| 8 | | -#define _UAPI_LINUX_BINDER_CTL_H |
|---|
| 7 | +#ifndef _UAPI_LINUX_BINDERFS_H |
|---|
| 8 | +#define _UAPI_LINUX_BINDERFS_H |
|---|
| 9 | 9 | |
|---|
| 10 | 10 | #include <linux/android/binder.h> |
|---|
| 11 | 11 | #include <linux/types.h> |
|---|
| .. | .. |
|---|
| 22 | 22 | */ |
|---|
| 23 | 23 | struct binderfs_device { |
|---|
| 24 | 24 | char name[BINDERFS_MAX_NAME + 1]; |
|---|
| 25 | | - __u8 major; |
|---|
| 26 | | - __u8 minor; |
|---|
| 25 | + __u32 major; |
|---|
| 26 | + __u32 minor; |
|---|
| 27 | 27 | }; |
|---|
| 28 | 28 | |
|---|
| 29 | 29 | /** |
|---|
| .. | .. |
|---|
| 31 | 31 | */ |
|---|
| 32 | 32 | #define BINDER_CTL_ADD _IOWR('b', 1, struct binderfs_device) |
|---|
| 33 | 33 | |
|---|
| 34 | | -#endif /* _UAPI_LINUX_BINDER_CTL_H */ |
|---|
| 34 | +#endif /* _UAPI_LINUX_BINDERFS_H */ |
|---|
| 35 | 35 | |
|---|