mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 17:15:06 +01:00
8 lines
111 B
C
8 lines
111 B
C
|
#ifndef __USBGECKO_H__
|
||
|
#define __USBGECKO_H__
|
||
|
|
||
|
void usbgecko_init();
|
||
|
void gprintf(const char* string);
|
||
|
|
||
|
#endif
|