]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/i386/include/speaker.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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_ */