summaryrefslogtreecommitdiff
path: root/sound/null_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/null_s.h')
-rw-r--r--sound/null_s.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/null_s.h b/sound/null_s.h
new file mode 100644
index 000000000..63cc5ef8f
--- /dev/null
+++ b/sound/null_s.h
@@ -0,0 +1,8 @@
+#ifndef SOUND_NULL_H
+#define SOUND_NULL_H
+
+#include "hal.h"
+
+extern const HalSoundDriver _null_sound_driver;
+
+#endif