diff --git a/music/os2_m.h b/music/os2_m.h new file mode 100644 --- /dev/null +++ b/music/os2_m.h @@ -0,0 +1,8 @@ +#ifndef MUSIC_OS2_H +#define MUSIC_OS2_H + +#include "hal.h" + +extern const HalMusicDriver _os2_music_driver; + +#endif