From 54ce1ed6b9fcb3b8d77c43dd4b3533e70cade414 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 10 Aug 2020 07:51:02 +0200 Subject: sys/linux: switch to the new .const format This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983 --- sys/linux/dev_snd_timer_riscv64.const | 47 ----------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 sys/linux/dev_snd_timer_riscv64.const (limited to 'sys/linux/dev_snd_timer_riscv64.const') diff --git a/sys/linux/dev_snd_timer_riscv64.const b/sys/linux/dev_snd_timer_riscv64.const deleted file mode 100644 index a585decfc..000000000 --- a/sys/linux/dev_snd_timer_riscv64.const +++ /dev/null @@ -1,47 +0,0 @@ -# AUTOGENERATED FILE -AT_FDCWD = 18446744073709551516 -SNDCTL_TMR_CONTINUE = 21508 -SNDCTL_TMR_METRONOME = 1074025479 -SNDCTL_TMR_SELECT = 1074025480 -SNDCTL_TMR_SOURCE = 3221509126 -SNDCTL_TMR_START = 21506 -SNDCTL_TMR_STOP = 21507 -SNDCTL_TMR_TEMPO = 3221509125 -SNDCTL_TMR_TIMEBASE = 3221509121 -SNDRV_TIMER_EVENT_CONTINUE = 4 -SNDRV_TIMER_EVENT_EARLY = 6 -SNDRV_TIMER_EVENT_MCONTINUE = 14 -SNDRV_TIMER_EVENT_MPAUSE = 15 -SNDRV_TIMER_EVENT_MRESUME = 18 -SNDRV_TIMER_EVENT_MSTART = 12 -SNDRV_TIMER_EVENT_MSTOP = 13 -SNDRV_TIMER_EVENT_MSUSPEND = 17 -SNDRV_TIMER_EVENT_PAUSE = 5 -SNDRV_TIMER_EVENT_RESOLUTION = 0 -SNDRV_TIMER_EVENT_RESUME = 8 -SNDRV_TIMER_EVENT_START = 2 -SNDRV_TIMER_EVENT_STOP = 3 -SNDRV_TIMER_EVENT_SUSPEND = 7 -SNDRV_TIMER_EVENT_TICK = 1 -SNDRV_TIMER_IOCTL_CONTINUE = 21666 -SNDRV_TIMER_IOCTL_GINFO = 3237499907 -SNDRV_TIMER_IOCTL_GPARAMS = 1078481924 -SNDRV_TIMER_IOCTL_GSTATUS = 3226489861 -SNDRV_TIMER_IOCTL_INFO = 2162709521 -SNDRV_TIMER_IOCTL_NEXT_DEVICE = 3222557697 -SNDRV_TIMER_IOCTL_PARAMS = 1079006226 -SNDRV_TIMER_IOCTL_PAUSE = 21667 -SNDRV_TIMER_IOCTL_PVERSION = 2147767296 -SNDRV_TIMER_IOCTL_SELECT = 1077171216 -SNDRV_TIMER_IOCTL_START = 21664 -SNDRV_TIMER_IOCTL_STATUS32 = 2153272340 -SNDRV_TIMER_IOCTL_STATUS64 = 2153796628 -SNDRV_TIMER_IOCTL_STOP = 21665 -SNDRV_TIMER_IOCTL_TREAD = 1074025474 -SNDRV_TIMER_PSFLG_AUTO = 1 -SNDRV_TIMER_PSFLG_EARLY_EVENT = 4 -SNDRV_TIMER_PSFLG_EXCLUSIVE = 2 -SND_TIMER_STATUS32_SIZE = 88 -SND_TIMER_STATUS64_SIZE = 96 -__NR_ioctl = 29 -__NR_openat = 56 -- cgit mrf-deployment