Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>
This commit is contained in:
parent
9cd99c3e36
commit
49d5e73fa1
6
sys/alpha/include/soundcard.h
Normal file
6
sys/alpha/include/soundcard.h
Normal 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
Loading…
Reference in New Issue
Block a user