blob: f3540574dcabf7a6e03b43c9fc3630a5b26d8675 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $NetBSD: spkr.h,v 1.4 1998/04/15 21:40:27 drochner Exp $ */
/*
* spkr.h -- interface definitions for speaker ioctl()
*/
#ifndef _I386_SPKR_H_
#define _I386_SPKR_H_
#include <sys/ioctl.h>
#include <dev/isa/spkrio.h>
#endif /* _I386_SPKR_H_ */
|