mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
2ff63af9b8
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
12 lines
218 B
C
12 lines
218 B
C
/*
|
|
*/
|
|
|
|
#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_ */
|