summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/speaker.h
blob: 2950b4760feb59b4c43d7ef8f6f201ef4c91420e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * $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_ */
OpenPOWER on IntegriCloud