Allow toggling of auto power off from HOS waking

This commit is contained in:
Kostas Missos
2018-09-24 23:45:06 +03:00
parent 2f43b20124
commit 381d5c9236
3 changed files with 75 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ typedef struct _hekate_config
u32 customlogo;
u32 verification;
u32 backlight;
u32 autohosoff;
u32 errors;
// Global temporary config.
int se_keygen_done;
@@ -46,5 +47,6 @@ void config_bootdelay();
void config_customlogo();
void config_verification();
void config_backlight();
void config_auto_hos_poweroff();
#endif /* _CONFIG_H_ */