1 2 3 4 5 6 7 8
#ifndef MIDI_USB_H #define MIDI_USB_H #include "midi.h" void midi_usb_init(MidiDevice * device); #endif