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_udmabuf_386.const | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys/linux/dev_udmabuf_386.const (limited to 'sys/linux/dev_udmabuf_386.const') diff --git a/sys/linux/dev_udmabuf_386.const b/sys/linux/dev_udmabuf_386.const new file mode 100644 index 000000000..fc89a9d29 --- /dev/null +++ b/sys/linux/dev_udmabuf_386.const @@ -0,0 +1,7 @@ +# AUTOGENERATED FILE +# AT_FDCWD is not set +# O_RDWR is not set +UDMABUF_CREATE = 1075344706 +UDMABUF_CREATE_LIST = 1074296131 +__NR_ioctl = 54 +__NR_openat = 295 -- cgit mrf-deployment