1737Sache/*
250477Speter * $FreeBSD$
3737Sache */
4737Sache
518444Sbde#ifndef	_MACHINE_SPEAKER_H_
618444Sbde#define	_MACHINE_SPEAKER_H_
7737Sache
8152306Sru#include <sys/cdefs.h>
9737Sache
10152306Sru#ifdef __CC_SUPPORTS_WARNING
11152306Sru#warning "machine/speaker.h is deprecated.  Include dev/speaker/speaker.h instead."
12152306Sru#endif
13737Sache
14152306Sru#include <dev/speaker/speaker.h>
15737Sache
1618444Sbde#endif /* !_MACHINE_SPEAKER_H_ */
17