mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
12 lines
231 B
C
12 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_ */
|