summaryrefslogtreecommitdiff
path: root/sound/cocoa_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/cocoa_s.h')
-rw-r--r--sound/cocoa_s.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/cocoa_s.h b/sound/cocoa_s.h
new file mode 100644
index 000000000..3d966165b
--- /dev/null
+++ b/sound/cocoa_s.h
@@ -0,0 +1,9 @@
+
+#ifndef SOUND_COCOA_H
+#define SOUND_COCOA_H
+
+#include "../hal.h"
+
+const HalSoundDriver _cocoa_sound_driver;
+
+#endif