Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>

This commit is contained in:
dfr 1999-09-04 14:35:18 +00:00
parent 9cd99c3e36
commit 49d5e73fa1
2 changed files with 10 additions and 1362 deletions

View File

@ -0,0 +1,6 @@
#ifndef _MACHINE_SOUNDCARD_H_
#define _MACHINE_SOUNDCARD_H_
#include <sys/soundcard.h>
#endif /* !_MACHINE_SOUNDCARD_H_ */

File diff suppressed because it is too large Load Diff