summaryrefslogtreecommitdiff
path: root/music/os2_m.h
blob: 7a36a1a33a9489a5f90ad1e7e0cdcfbd47ca5e59 (plain)
1
2
3
4
5
6
7
8
#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif