From c56b8fb9c6214b95715ed74f100b71c8681c1740 Mon Sep 17 00:00:00 2001 From: DerColonel Date: Thu, 5 Jan 2017 20:23:46 +0100 Subject: Update power.h Added cold reset, shutdown and suspend functions.--- include/user/power.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/include/user/power.h b/include/user/power.h index 7f9dd04..75f1673 100644 --- a/include/user/power.h +++ b/include/user/power.h @@ -126,6 +126,27 @@ int scePowerGetGpuClockFrequency(void); */ int scePowerGetGpuXbarClockFrequency(void); +/** + * Requests PS Vita to do a cold reset + * + * @return always 0 + */ +int scePowerRequestColdReset(void); + +/** + * Requests PS Vita to go into standby + * + * @return always 0 + */ +int scePowerRequestStandby(void); + +/** + * Requests PS Vita to suspend + * + * @return always 0 + */ +int scePowerRequestSuspend(void); + /** * Sets CPU clock frequency * -- cgit v1.2.3