mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-12-21 23:08:53 -05:00
8 lines
130 B
C
8 lines
130 B
C
#ifndef _bootloader_h__
|
|
#define _bootloader_h__
|
|
|
|
void enterBootLoader(void);
|
|
void resetFirmware(void);
|
|
|
|
#endif // _bootloader_h__
|