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
/
prep
/
include
/
spkr.h
blob
383528b75f2b25488e7b8582faa5272fad723731
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_ */