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/ion_386.const | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 sys/linux/ion_386.const (limited to 'sys/linux/ion_386.const') diff --git a/sys/linux/ion_386.const b/sys/linux/ion_386.const deleted file mode 100644 index da5c647fb..000000000 --- a/sys/linux/ion_386.const +++ /dev/null @@ -1,18 +0,0 @@ -# AUTOGENERATED FILE -AT_FDCWD = 18446744073709551516 -DMA_BUF_IOCTL_SYNC = 1074291200 -DMA_BUF_SYNC_END = 4 -DMA_BUF_SYNC_READ = 1 -DMA_BUF_SYNC_WRITE = 2 -ION_FLAG_CACHED = 1 -ION_HEAP_TYPE_CARVEOUT_BIT = 4 -ION_HEAP_TYPE_CHUNK_BIT = 8 -ION_HEAP_TYPE_CUSTOM_BIT = 32 -ION_HEAP_TYPE_DMA_BIT = 16 -ION_HEAP_TYPE_SYSTEM_BIT = 1 -ION_HEAP_TYPE_SYSTEM_CONTIG_BIT = 2 -ION_IOC_ALLOC = 3222817024 -ION_IOC_HEAP_QUERY = 3222817032 -MAX_HEAP_NAME = 32 -__NR_ioctl = 54 -__NR_openat = 295 -- cgit mrf-deployment