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