repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
i386
/
include
/
spkr.h
blob
d590a271a7a3d4e9b980b1747de9742339c04ac2
1
/* $NetBSD: spkr.h,v 1.3 1994/10/27 04:16:27 cgd Exp $ */
2
3
/*
4
* spkr.h -- interface definitions for speaker ioctl()
5
*/
6
7
#ifndef _I386_SPKR_H_
8
#define _I386_SPKR_H_
9
10
#include <sys/ioctl.h>
11
#include <dev/isa/spkrio.h>
12
13
#endif
/* _I386_SPKR_H_ */