From b270611864ec905fee493d0535175fc614201850 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 7 Jun 2022 07:50:47 +0200 Subject: sys/linux: add new binder ioctl --- sys/linux/dev_binder.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/dev_binder.txt.const') diff --git a/sys/linux/dev_binder.txt.const b/sys/linux/dev_binder.txt.const index 1f3e9198a..d879c9b1d 100644 --- a/sys/linux/dev_binder.txt.const +++ b/sys/linux/dev_binder.txt.const @@ -20,6 +20,7 @@ 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_EXTENDED_ERROR = 3222037009 BINDER_GET_FROZEN_INFO = 3222037007 BINDER_GET_NODE_DEBUG_INFO = 3222823435 BINDER_GET_NODE_INFO_FOR_REF = 3222823436 -- cgit mrf-deployment