Home | History | Annotate | Line # | Download | only in ossaudio
ossaudio.h revision 1.4
      1 /*	$NetBSD: ossaudio.h,v 1.4 1997/04/04 15:36:01 augustss Exp $	*/
      2 struct oss_sys_ioctl_args;
      3 
      4 int oss_ioctl_audio __P((struct proc *, struct oss_sys_ioctl_args *,
      5     register_t *));
      6 int oss_ioctl_mixer __P((struct proc *, struct oss_sys_ioctl_args *,
      7     register_t *));
      8 int oss_ioctl_sequencer __P((struct proc *, struct oss_sys_ioctl_args *,
      9     register_t *));
     10