diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-10-21 10:30:21 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-10-21 15:05:21 +0200 |
| commit | 551fb3f0cdc7f2b2baa1221b06c2c21f6dd95797 (patch) | |
| tree | 6cb2142e4b4543d94ba01027d9a91910e095c49a /sys/linux/dev_binder.txt.const | |
| parent | cb750656d058a944d71e9fa3559c99fa5cb02772 (diff) | |
sys/linux: add new binder ioctl's
Add descriptions of the new BINDER_FREEZE, BINDER_GET_FROZEN_INFO
and BINDER_ENABLE_ONEWAY_SPAM_DETECTION.
See: https://elixir.bootlin.com/linux/v5.15-rc6/source/include/uapi/linux/android/binder.h#L249
Diffstat (limited to 'sys/linux/dev_binder.txt.const')
| -rw-r--r-- | sys/linux/dev_binder.txt.const | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/dev_binder.txt.const b/sys/linux/dev_binder.txt.const index 9fa6730b0..1f3e9198a 100644 --- a/sys/linux/dev_binder.txt.const +++ b/sys/linux/dev_binder.txt.const @@ -18,6 +18,9 @@ BC_REPLY_SG = 1078485778, mips64le:ppc64le:2152227602 BC_REQUEST_DEATH_NOTIFICATION = 1074553614, mips64le:ppc64le:2148295438 BC_TRANSACTION = 1077961472, mips64le:ppc64le:2151703296 BC_TRANSACTION_SG = 1078485777, mips64le:ppc64le:2152227601 +BINDER_ENABLE_ONEWAY_SPAM_DETECTION = 1074029072, mips64le:ppc64le:2147770896 +BINDER_FREEZE = 1074553358, mips64le:ppc64le:2148295182 +BINDER_GET_FROZEN_INFO = 3222037007 BINDER_GET_NODE_DEBUG_INFO = 3222823435 BINDER_GET_NODE_INFO_FOR_REF = 3222823436 BINDER_SET_CONTEXT_MGR = 1074029063, mips64le:ppc64le:2147770887 @@ -40,6 +43,7 @@ O_RDONLY = 0 O_RDWR = 2 PROT_READ = ??? TF_ACCEPT_FDS = 16 +TF_CLEAR_BUF = 32 TF_ONE_WAY = 1 __NR_ioctl = 54, amd64:16, arm64:riscv64:29, mips64le:5015 __NR_mmap = 90, 386:arm:192, amd64:9, arm64:riscv64:222, mips64le:5009 |
