From 9f528bbcc8a3d94c9be27a0eecc12022d4b3bfaa Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 1 Feb 2019 01:08:17 +0100 Subject: sys/linux: rename dev descriptions files Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names. --- sys/linux/binder_arm.const | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 sys/linux/binder_arm.const (limited to 'sys/linux/binder_arm.const') diff --git a/sys/linux/binder_arm.const b/sys/linux/binder_arm.const deleted file mode 100644 index b4a5d4e8e..000000000 --- a/sys/linux/binder_arm.const +++ /dev/null @@ -1,38 +0,0 @@ -# AUTOGENERATED FILE -BC_ACQUIRE = 1074029317 -BC_ACQUIRE_DONE = 1074815753 -BC_CLEAR_DEATH_NOTIFICATION = 1074553615 -BC_DEAD_BINDER_DONE = 1074291472 -BC_DECREFS = 1074029319 -BC_ENTER_LOOPER = 25356 -BC_EXIT_LOOPER = 25357 -BC_FREE_BUFFER = 1074291459 -BC_INCREFS = 1074029316 -BC_INCREFS_DONE = 1074815752 -BC_REGISTER_LOOPER = 25355 -BC_RELEASE = 1074029318 -BC_REPLY = 1077961473 -BC_REPLY_SG = 1078485778 -BC_REQUEST_DEATH_NOTIFICATION = 1074553614 -BC_TRANSACTION = 1077961472 -BC_TRANSACTION_SG = 1078485777 -BINDER_GET_NODE_DEBUG_INFO = 3222823435 -BINDER_SET_CONTEXT_MGR = 1074029063 -BINDER_SET_MAX_THREADS = 1074029061 -BINDER_THREAD_EXIT = 1074029064 -BINDER_TYPE_BINDER = 1935813253 -BINDER_TYPE_FD = 1717840517 -BINDER_TYPE_FDA = 1717854597 -BINDER_TYPE_HANDLE = 1936206469 -BINDER_TYPE_PTR = 1886661253 -BINDER_TYPE_WEAK_BINDER = 2002922117 -BINDER_TYPE_WEAK_HANDLE = 2003315333 -BINDER_WRITE_READ = 3224396289 -FLAT_BINDER_FLAG_ACCEPTS_FDS = 256 -O_NONBLOCK = 2048 -O_RDWR = 2 -TF_ACCEPT_FDS = 16 -TF_ONE_WAY = 1 -__NR_ioctl = 54 -__NR_mmap = 192 -__NR_mmap2 = 192 -- cgit mrf-deployment