1 /* 2 * $FreeBSD$ 3 */ 4 5 #ifndef _MACHINE_SPEAKER_H_ 6 #define _MACHINE_SPEAKER_H_ 7 8 #warning "machine/speaker.h is deprecated. Include dev/speaker/speaker.h instead." 9 10 #include <dev/speaker/speaker.h> 11 12 #endif /* !_MACHINE_SPEAKER_H_ */ 13