#pragma once #include "common.h" u32 GetBatteryPercent(); bool IsCharging(); void Reboot(); void PowerOff();