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/midi_ppc64le.const | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 sys/linux/midi_ppc64le.const (limited to 'sys/linux/midi_ppc64le.const') diff --git a/sys/linux/midi_ppc64le.const b/sys/linux/midi_ppc64le.const deleted file mode 100644 index 9da7a5137..000000000 --- a/sys/linux/midi_ppc64le.const +++ /dev/null @@ -1,14 +0,0 @@ -# AUTOGENERATED FILE -SNDRV_RAWMIDI_INFO_DUPLEX = 4 -SNDRV_RAWMIDI_INFO_INPUT = 2 -SNDRV_RAWMIDI_INFO_OUTPUT = 1 -SNDRV_RAWMIDI_IOCTL_DRAIN = 2147768113 -SNDRV_RAWMIDI_IOCTL_DROP = 2147768112 -SNDRV_RAWMIDI_IOCTL_INFO = 1091327745 -SNDRV_RAWMIDI_IOCTL_PARAMS = 3224393488 -SNDRV_RAWMIDI_IOCTL_PVERSION = 1074026240 -SNDRV_RAWMIDI_IOCTL_STATUS = 3224917792 -SNDRV_RAWMIDI_STREAM_INPUT = 1 -SNDRV_RAWMIDI_STREAM_LAST = 1 -SNDRV_RAWMIDI_STREAM_OUTPUT = 0 -__NR_ioctl = 54 -- cgit mrf-deployment