11 lines
166 B
C
11 lines
166 B
C
/* $Id$ */
|
|
|
|
#ifndef MUSIC_EXTERNAL_H
|
|
#define MUSIC_EXTERNAL_H
|
|
|
|
#include "../hal.h"
|
|
|
|
extern const HalMusicDriver _extmidi_music_driver;
|
|
|
|
#endif /* MUSIC_EXTERNAL_H */
|