diff options
Diffstat (limited to 'sys/i386/isa/snd/sound.h')
-rw-r--r-- | sys/i386/isa/snd/sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/isa/snd/sound.h b/sys/i386/isa/snd/sound.h index eea64c6..e6d1eb9 100644 --- a/sys/i386/isa/snd/sound.h +++ b/sys/i386/isa/snd/sound.h @@ -434,6 +434,8 @@ int pcmattach(struct isa_device * dev); int midiattach(struct isa_device * dev); int synthattach(struct isa_device * dev); +ointhand2_t pcmintr; + /* * DMA buffer calls */ |