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