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_386.const | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 sys/linux/midi_386.const (limited to 'sys/linux/midi_386.const') diff --git a/sys/linux/midi_386.const b/sys/linux/midi_386.const deleted file mode 100644 index aa83992ea..000000000 --- a/sys/linux/midi_386.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 = 1074026289 -SNDRV_RAWMIDI_IOCTL_DROP = 1074026288 -SNDRV_RAWMIDI_IOCTL_INFO = 2165069569 -SNDRV_RAWMIDI_IOCTL_PARAMS = 3223344912 -SNDRV_RAWMIDI_IOCTL_PVERSION = 2147768064 -SNDRV_RAWMIDI_IOCTL_STATUS = 3223607072 -SNDRV_RAWMIDI_STREAM_INPUT = 1 -SNDRV_RAWMIDI_STREAM_LAST = 1 -SNDRV_RAWMIDI_STREAM_OUTPUT = 0 -__NR_ioctl = 54 -- cgit mrf-deployment