summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/user/power.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/user/power.h b/include/user/power.h
index 7d2b28e..6e4df8c 100644
--- a/include/user/power.h
+++ b/include/user/power.h
@@ -25,6 +25,7 @@ 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
+int scePowerSetArmClockFrequency(int freq); // Set Cet Clock Frequency of the ARM
#ifdef __cplusplus
}