Wolfvak f5a877d00b - implemented MCU stuff and its interrupts, thanks @profi200 for the info
- moved brightness control to the ARM11
- moved HID updating to the ARM11
- moved screen init from ARM9 to the ARM11, always performed unconditionally
- removed unnecessary SCREENINIT and SET_BRIGHTNESS pxi commands

and other stuff I probably forgot about
2019-06-03 02:27:41 +02:00

9 lines
111 B
C

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