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