usbloadergx/source/sys.h

21 lines
299 B
C
Raw Normal View History

#ifndef _SYS_H_
#define _SYS_H_
#ifdef __cplusplus
extern "C"
{
#endif
/* Prototypes */
void Sys_Init(void);
void Sys_Reboot(void);
void Sys_Shutdown(void);
2009-05-06 11:51:16 +02:00
void Sys_LoadMenu(void);
int Sys_IosReload(int IOS);
s32 Sys_GetCerts(signed_blob **, u32 *);
#ifdef __cplusplus
}
#endif
#endif