f-stack/freebsd/i386/include/speaker.h

17 lines
291 B
C
Raw Normal View History

2017-04-21 10:43:26 +00:00
/*
* $FreeBSD$
*/
#ifndef _MACHINE_SPEAKER_H_
#define _MACHINE_SPEAKER_H_
#include <sys/cdefs.h>
#ifdef __CC_SUPPORTS_WARNING
#warning "machine/speaker.h is deprecated. Include dev/speaker/speaker.h instead."
#endif
#include <dev/speaker/speaker.h>
#endif /* !_MACHINE_SPEAKER_H_ */