diff options
Diffstat (limited to 'music/bemidi.h')
-rw-r--r-- | music/bemidi.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/music/bemidi.h b/music/bemidi.h new file mode 100644 index 000000000..049bf3247 --- /dev/null +++ b/music/bemidi.h @@ -0,0 +1,8 @@ +#ifndef MUSIC_BEMIDI_H +#define MUSIC_BEMIDI_H + +#include "hal.h" + +extern const HalMusicDriver _bemidi_music_driver; + +#endif |