]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/i386/include/speaker.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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_ */