19b6af98ec
performance in Xen's HVM mode.
17 lines
291 B
C
17 lines
291 B
C
/*
|
|
* $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_ */
|