NetBSD/sys/arch/i386/include/spkr.h

14 lines
251 B
C
Raw Normal View History

/* $NetBSD: spkr.h,v 1.4 1998/04/15 21:40:27 drochner Exp $ */
1994-10-27 07:14:23 +03:00
/*
* spkr.h -- interface definitions for speaker ioctl()
*/
1994-01-11 16:30:40 +03:00
#ifndef _I386_SPKR_H_
#define _I386_SPKR_H_
#include <sys/ioctl.h>
#include <dev/isa/spkrio.h>
1994-01-11 16:30:40 +03:00
#endif /* _I386_SPKR_H_ */