summaryrefslogtreecommitdiff
path: root/sys/arch/bebox/include/spkr.h
blob: b6fbc4bbffbea591d6a34e87b6090b98200995f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*	$NetBSD: spkr.h,v 1.2 1998/04/15 21:53:47 drochner Exp $	*/

/*
 * spkr.h -- interface definitions for speaker ioctl()
 */

#ifndef _BEBOX_SPKR_H_
#define _BEBOX_SPKR_H_

#include <sys/ioctl.h>

#include <dev/isa/spkrio.h>

#endif /* _BEBOX_SPKR_H_ */