exo2: implement warmboot firmware

This commit is contained in:
Michael Scire 2020-06-11 01:30:30 -07:00 committed by SciresM
parent ff87ff2592
commit 293c213bf2
43 changed files with 1996 additions and 103 deletions

View file

@ -27,6 +27,7 @@ namespace ams::pmic {
Regulator_Mariko_Max77812_B = 2, /* Device code 0x3A000006 */
};
void SetEnBit(Regulator regulator);
void EnableVddCpu(Regulator regulator);
void DisableVddCpu(Regulator regulator);
void EnableSleep();