diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-02-01 01:08:17 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2019-02-01 14:40:17 +0100 |
| commit | 9f528bbcc8a3d94c9be27a0eecc12022d4b3bfaa (patch) | |
| tree | 59bcdb899b42ba9d793d5bbac6cf58a4a9132143 /sys/linux/dev_uhid_arm.const | |
| parent | aa53be276dc84aa8b3825b3416542447ff82b41a (diff) | |
sys/linux: rename dev descriptions files
Prefix file names of descriptions of /dev/* files with dev_.
And give some of them more appropriate names.
Diffstat (limited to 'sys/linux/dev_uhid_arm.const')
| -rw-r--r-- | sys/linux/dev_uhid_arm.const | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/linux/dev_uhid_arm.const b/sys/linux/dev_uhid_arm.const new file mode 100644 index 000000000..c648d008a --- /dev/null +++ b/sys/linux/dev_uhid_arm.const @@ -0,0 +1,14 @@ +# AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 +O_RDWR = 2 +O_RDWR_NONBLOCK = 2050 +UHID_CREATE = 0 +UHID_CREATE2 = 11 +UHID_DATA_MAX = 4096 +UHID_DESTROY = 1 +UHID_GET_REPORT_REPLY = 10 +UHID_INPUT = 8 +UHID_INPUT2 = 12 +UHID_SET_REPORT_REPLY = 14 +__NR_openat = 322 +__NR_write = 4 |
