summaryrefslogtreecommitdiff
path: root/include/user/power.h
diff options
context:
space:
mode:
authorxyzz2016-08-02 19:01:48 +0200
committerGitHub2016-08-02 19:01:48 +0200
commitcc90f517c9971fafc41b1f884bd908f1b35a8c66 (patch)
tree456d003401169735b540341c99ba9d4151f5b4f7 /include/user/power.h
parentUpdate wait event flags (diff)
parentAdd threadmgr LwMutex and power ClockFrequency (diff)
downloadvds-libraries-cc90f517c9971fafc41b1f884bd908f1b35a8c66.tar.gz
Merge pull request #12 from ribbid987/master
Add threadmgr LwMutex and power ClockFrequency
Diffstat (limited to '')
-rw-r--r--include/user/power.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/user/power.h b/include/user/power.h
index e74afb3..7d2b28e 100644
--- a/include/user/power.h
+++ b/include/user/power.h
@@ -21,7 +21,10 @@ int scePowerGetBatteryLifeTime();
int scePowerGetBatteryRemainCapacity(); //?
int scePowerIsLowBattery();
int scePowerUnregisterCallback(int slot);
-int scePowerGetBatteryFullCapacity(); //?
+int scePowerGetBatteryFullCapacity(); //?
+int scePowerGetArmClockFrequency(); //Get Clock Frequency of the ARM
+int scePowerGetBusClockFrequency(); //Get Clock Frequency of the BUS
+int scePowerGetGpuClockFrequency(); //Get Clock Frequency of the Gpu
#ifdef __cplusplus
}