NetBSD/sys/arch/sandpoint/include/spkr.h
briggs c8ef73b71f Support for the Motorola Sandpoint reference platform using the
MPC8240 processor module.  See the README for more information.
2001-02-04 18:32:10 +00:00

15 lines
265 B
C

/* $NetBSD: spkr.h,v 1.1 2001/02/04 18:32:15 briggs Exp $ */
/*
* spkr.h -- interface definitions for speaker ioctl()
*/
#ifndef _SANDPOINT_SPKR_H_
#define _SANDPOINT_SPKR_H_
#include <sys/ioctl.h>
#include <dev/isa/spkrio.h>
#endif /* _SANDPOINT_SPKR_H_ */