1/*	$NetBSD$	*/
2
3/*
4 * spkr.h -- interface definitions for speaker ioctl()
5 */
6
7#ifndef _PREP_SPKR_H_
8#define _PREP_SPKR_H_
9
10#include <sys/ioctl.h>
11
12#include <dev/isa/spkrio.h>
13
14#endif /* _PREP_SPKR_H_ */
15