diff options
| author | shankarapailoor <pailoor@uchicago.edu> | 2018-10-30 08:04:49 -0500 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-10-30 14:04:49 +0100 |
| commit | 72add0ff6ffb01c1556f0ee9a2f4c7fe86f2ceb2 (patch) | |
| tree | 39077032bb20617e6c8d94712711bf703a597c7f /sys/linux/sndtimer_amd64.const | |
| parent | 8dbb755a2ec29c46434f3fb35b7bef3aac0c6b3e (diff) | |
sys/linux: add perf, kvm, btrfs consts for trace2syz
Diffstat (limited to 'sys/linux/sndtimer_amd64.const')
| -rw-r--r-- | sys/linux/sndtimer_amd64.const | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/linux/sndtimer_amd64.const b/sys/linux/sndtimer_amd64.const index fd1098674..cc80d3afa 100644 --- a/sys/linux/sndtimer_amd64.const +++ b/sys/linux/sndtimer_amd64.const @@ -1,4 +1,12 @@ # AUTOGENERATED FILE +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 |
