mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-15 13:55:15 +01:00
10 lines
146 B
C
10 lines
146 B
C
|
#ifndef _SYS_H_
|
||
|
#define _SYS_H_
|
||
|
|
||
|
/* Prototypes */
|
||
|
void Sys_Init(void);
|
||
|
void Sys_LoadMenu(void);
|
||
|
s32 Sys_GetCerts(signed_blob **, u32 *);
|
||
|
|
||
|
#endif
|