music/bemidi.h
author celestar
Sat, 30 Dec 2006 17:08:50 +0000
branchcustombridgeheads
changeset 5605 3864438e7cb2
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7650) [cbh] - Codechange: For the time being, re-enable the invalid-raid debug statements
/* $Id$ */

#ifndef MUSIC_BEMIDI_H
#define MUSIC_BEMIDI_H

#include "../hal.h"

extern const HalMusicDriver _bemidi_music_driver;

#endif