1/*	$NetBSD: spkr.h,v 1.1 1997/10/14 06:48:44 sakamoto Exp $	*/
2
3/*
4 * spkr.h -- interface definitions for speaker ioctl()
5 */
6
7#ifndef _BEBOX_SPKR_H_
8#define _BEBOX_SPKR_H_
9
10#include <sys/ioctl.h>
11
12#include <dev/isa/spkrio.h>
13
14#endif /* _BEBOX_SPKR_H_ */
15