Home | History | Annotate | Line # | Download | only in include
spkr.h revision 1.1.2.2
      1  1.1.2.2  bouyer /*	$NetBSD: spkr.h,v 1.1.2.2 2001/02/11 19:11:59 bouyer Exp $	*/
      2  1.1.2.2  bouyer 
      3  1.1.2.2  bouyer /*
      4  1.1.2.2  bouyer  * spkr.h -- interface definitions for speaker ioctl()
      5  1.1.2.2  bouyer  */
      6  1.1.2.2  bouyer 
      7  1.1.2.2  bouyer #ifndef _SANDPOINT_SPKR_H_
      8  1.1.2.2  bouyer #define _SANDPOINT_SPKR_H_
      9  1.1.2.2  bouyer 
     10  1.1.2.2  bouyer #include <sys/ioctl.h>
     11  1.1.2.2  bouyer 
     12  1.1.2.2  bouyer #include <dev/isa/spkrio.h>
     13  1.1.2.2  bouyer 
     14  1.1.2.2  bouyer #endif /* _SANDPOINT_SPKR_H_ */
     15