powctl: add ChargerDriver body (needs impl)

This commit is contained in:
Michael Scire
2020-11-09 17:09:25 -08:00
parent d0a45b8f21
commit b9c5dab18a
9 changed files with 983 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ namespace ams::powctl {
};
enum ChargeCurrentState {
ChargeCurrentState_Unknown = 0x0,
ChargeCurrentState_NotCharging = 0x1,
ChargeCurrentState_ChargingForce20Percent = 0x2,
ChargeCurrentState_Charging = 0x3,