]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/i386/include/speaker.h
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sys / i386 / include / speaker.h
1 /*
2  * $FreeBSD$
3  */
4
5 #ifndef _MACHINE_SPEAKER_H_
6 #define _MACHINE_SPEAKER_H_
7
8 #include <sys/cdefs.h>
9
10 #ifdef __CC_SUPPORTS_WARNING
11 #warning "machine/speaker.h is deprecated.  Include dev/speaker/speaker.h instead."
12 #endif
13
14 #include <dev/speaker/speaker.h>
15
16 #endif /* !_MACHINE_SPEAKER_H_ */