xref: /freebsd/sys/i386/include/speaker.h (revision 8ccc0d235c226d84112561d453c49904398d085c)
1 /*
2  */
3 
4 #ifndef	_MACHINE_SPEAKER_H_
5 #define	_MACHINE_SPEAKER_H_
6 
7 #warning "machine/speaker.h is deprecated.  Include dev/speaker/speaker.h instead."
8 
9 #include <dev/speaker/speaker.h>
10 
11 #endif /* !_MACHINE_SPEAKER_H_ */
12