WiiFlow_Lite/resources/extldr/usbgecko.h

8 lines
111 B
C
Raw Normal View History

#ifndef __USBGECKO_H__
#define __USBGECKO_H__
void usbgecko_init();
void gprintf(const char* string);
#endif