YAWM-ModMii-Edition/source/sys.h

17 lines
331 B
C

#ifndef _SYS_H_
#define _SYS_H_
extern u32 boot2version;
/* Prototypes */
bool isIOSstub(u8 ios_number);
bool tmdIsStubIOS(tmd*);
bool loadIOS(int ios);
void Sys_Init(void);
void Sys_Reboot(void);
void Sys_Shutdown(void);
void Sys_LoadMenu(void);
s32 Sys_GetCerts(signed_blob **, u32 *);
void SetPRButtons(bool enabled);
#endif