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/random_arm.const | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 sys/linux/random_arm.const (limited to 'sys/linux/random_arm.const') diff --git a/sys/linux/random_arm.const b/sys/linux/random_arm.const deleted file mode 100644 index eb289710d..000000000 --- a/sys/linux/random_arm.const +++ /dev/null @@ -1,9 +0,0 @@ -# AUTOGENERATED FILE -# AT_FDCWD is not set -RNDADDENTROPY = 1074287107 -RNDADDTOENTCNT = 1074024961 -RNDCLEARPOOL = 20998 -RNDGETENTCNT = 2147766784 -RNDZAPENTCNT = 20996 -__NR_ioctl = 54 -__NR_openat = 322 -- cgit mrf-deployment