5f9c9ae2f2
All supported compilers (modern versions of GCC and clang) support this. PR: 263102 (exp-run) Reviewed by: brooks, imp Differential Revision: https://reviews.freebsd.org/D34803
13 lines
231 B
C
13 lines
231 B
C
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
#ifndef _MACHINE_SPEAKER_H_
|
|
#define _MACHINE_SPEAKER_H_
|
|
|
|
#warning "machine/speaker.h is deprecated. Include dev/speaker/speaker.h instead."
|
|
|
|
#include <dev/speaker/speaker.h>
|
|
|
|
#endif /* !_MACHINE_SPEAKER_H_ */
|