diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-25 22:30:06 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-25 22:30:06 +0100 |
| commit | f4e7270e33225b8f25b74ab9072e9b670f2f82ae (patch) | |
| tree | 4ec41320f9edaf44078f3046cfbcd9cf68dd8b91 /sys/linux/dev_binder_mips64le.const | |
| parent | 2e95ab335759ed7e1c246c2057c84d813a2c29e1 (diff) | |
sys/linux: extend DRM ioctl descriptions
+ disable binderfs (see comments)
+ add few more missing tty ioctls
+ improve few minor things in hci descriptions
Diffstat (limited to 'sys/linux/dev_binder_mips64le.const')
| -rw-r--r-- | sys/linux/dev_binder_mips64le.const | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/dev_binder_mips64le.const b/sys/linux/dev_binder_mips64le.const index 58c4b9df4..d63b97005 100644 --- a/sys/linux/dev_binder_mips64le.const +++ b/sys/linux/dev_binder_mips64le.const @@ -1,4 +1,5 @@ # AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 BC_ACQUIRE = 2147771141 BC_ACQUIRE_DONE = 2148557577 BC_CLEAR_DEATH_NOTIFICATION = 2148295439 @@ -34,6 +35,7 @@ FLAT_BINDER_FLAG_ACCEPTS_FDS = 256 FLAT_BINDER_FLAG_TXN_SECURITY_CTX = 4096 # MAP_SHARED is not set O_NONBLOCK = 128 +O_RDONLY = 0 O_RDWR = 2 # PROT_READ is not set TF_ACCEPT_FDS = 16 @@ -41,3 +43,4 @@ TF_ONE_WAY = 1 __NR_ioctl = 5015 __NR_mmap = 5009 # __NR_mmap2 is not set +__NR_openat = 5247 |
