summaryrefslogtreecommitdiff
path: root/sound/null_s.h
blob: 63cc5ef8f91ffe41118a1a3c546063181801aa56 (plain)
1
2
3
4
5
6
7
8
#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif