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/dev_uhid_amd64.const | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sys/linux/dev_uhid_amd64.const (limited to 'sys/linux/dev_uhid_amd64.const') diff --git a/sys/linux/dev_uhid_amd64.const b/sys/linux/dev_uhid_amd64.const new file mode 100644 index 000000000..d3792dc99 --- /dev/null +++ b/sys/linux/dev_uhid_amd64.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 = 257 +__NR_write = 1 -- cgit mrf-deployment