freebsd-dev/sys/i386/include/speaker.h
John Baldwin 5f9c9ae2f2 Remove checks for __CC_SUPPORTS_WARNING assuming it is always true.
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
2022-04-12 10:06:13 -07:00

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_ */