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