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