summaryrefslogtreecommitdiff
path: root/sys/arch/prep/include/spkr.h
blob: 5ef3d6fe9fe847513a1ccb2c6898997b3aca250b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*	$NetBSD: spkr.h,v 1.1 2000/02/29 15:21:31 nonaka Exp $	*/

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

#ifndef _PREP_SPKR_H_
#define _PREP_SPKR_H_

#include <sys/ioctl.h>

#include <dev/isa/spkrio.h>

#endif /* _PREP_SPKR_H_ */