gc_n64_usb-v3/bootloader.h

8 lines
130 B
C
Raw Permalink Normal View History

2018-09-05 10:42:05 -04:00
#ifndef _bootloader_h__
#define _bootloader_h__
2015-08-16 01:59:38 -04:00
void enterBootLoader(void);
2018-09-05 10:42:05 -04:00
void resetFirmware(void);
#endif // _bootloader_h__