freebsd-dev/sys/i386/include/speaker.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
231 B
C
Raw Normal View History

/*
1999-08-28 01:08:13 +00:00
* $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_ */