mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-21 02:15:07 -04:00
boot: implement SetFanEnabled
This commit is contained in:
parent
5e7b33cabd
commit
db47a0c041
2 changed files with 27 additions and 0 deletions
|
@ -36,6 +36,7 @@ class Boot {
|
|||
static void SetInitialClockConfiguration();
|
||||
static void ConfigurePinmux();
|
||||
static void SetInitialWakePinConfiguration();
|
||||
static void SetFanEnabled();
|
||||
static void CheckAndRepairBootImages();
|
||||
|
||||
/* Power utilities. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue