10 lines
135 B
C
Raw Normal View History

2017-06-20 00:23:49 +02:00
#pragma once
2017-06-09 01:45:00 +02:00
2017-06-20 00:23:49 +02:00
#include "common.h"
2017-06-09 01:45:00 +02:00
void CheckBrightness();
u32 GetBatteryPercent();
2017-09-18 19:57:43 +02:00
bool IsCharging();
2017-06-20 00:23:49 +02:00
void Reboot();
void PowerOff();