usbloadergx/source/sys.h
eraserxl 05825a3231 * Fixed routine for slow USB devices.
* Minor refactoring of Ios loading algorithm.
2010-09-23 23:47:51 +00:00

18 lines
330 B
C

#ifndef _SYS_H_
#define _SYS_H_
void wiilight( int enable );
/* Prototypes */
void Sys_Init( void );
void Sys_Reboot( void );
void Sys_Shutdown( void );
void Sys_ShutdownToIdel( void );
void Sys_ShutdownToStandby( void );
void Sys_LoadMenu( void );
void Sys_BackToLoader( void );
bool Sys_IsHermes();
void ScreenShot();
#endif