diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-01 19:07:51 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-01 19:07:51 +0100 |
| commit | 5d12311f3a7d0a0a8d96000049611322a088ba4f (patch) | |
| tree | ad88a582f9593b347e0cdae38f0651dfa9489f0b /sys/linux/dev_snd_midi_ppc64le.const | |
| parent | 9dfc7e00d5bfc09bc85a92bb032d21c98af59596 (diff) | |
sys/linux: add /dev/ptp descriptions
Diffstat (limited to 'sys/linux/dev_snd_midi_ppc64le.const')
| -rw-r--r-- | sys/linux/dev_snd_midi_ppc64le.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/dev_snd_midi_ppc64le.const b/sys/linux/dev_snd_midi_ppc64le.const index 9da7a5137..7aa0a5694 100644 --- a/sys/linux/dev_snd_midi_ppc64le.const +++ b/sys/linux/dev_snd_midi_ppc64le.const @@ -12,3 +12,5 @@ SNDRV_RAWMIDI_STREAM_INPUT = 1 SNDRV_RAWMIDI_STREAM_LAST = 1 SNDRV_RAWMIDI_STREAM_OUTPUT = 0 __NR_ioctl = 54 +__NR_read = 3 +__NR_write = 4 |
