NetBSD/sys/compat/ossaudio/ossaudio.h
augustss 32801cf383 * Move the Linux audio emulation into its own directory and rename it
OSS (aka VoxWare) audio emulation.
* Use the OSS audio emulation for Linux and FreeBSD.
* Add mixer emulation to the OSS emulator.
1997-04-04 15:35:54 +00:00

10 lines
366 B
C

/* $NetBSD: ossaudio.h,v 1.4 1997/04/04 15:36:01 augustss Exp $ */
struct oss_sys_ioctl_args;
int oss_ioctl_audio __P((struct proc *, struct oss_sys_ioctl_args *,
register_t *));
int oss_ioctl_mixer __P((struct proc *, struct oss_sys_ioctl_args *,
register_t *));
int oss_ioctl_sequencer __P((struct proc *, struct oss_sys_ioctl_args *,
register_t *));