summaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1999-09-04 14:35:18 +0000
committerDoug Rabson <dfr@FreeBSD.org>1999-09-04 14:35:18 +0000
commit3e05dd9c7c81539a75a9a3e52034a0f8ba6516c1 (patch)
tree2764e10497b47ba5eace9daa0e825d25199d2f81 /sys/alpha/include
parentc528b8ff53b652b684652d7608f3e3b6b9abe8f2 (diff)
Notes
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/soundcard.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/alpha/include/soundcard.h b/sys/alpha/include/soundcard.h
new file mode 100644
index 000000000000..bdfa59075d35
--- /dev/null
+++ b/sys/alpha/include/soundcard.h
@@ -0,0 +1,6 @@
+#ifndef _MACHINE_SOUNDCARD_H_
+#define _MACHINE_SOUNDCARD_H_
+
+#include <sys/soundcard.h>
+
+#endif /* !_MACHINE_SOUNDCARD_H_ */