add missing power header

This commit is contained in:
JoseAaronLopezGarcia
2025-12-19 18:19:53 +01:00
parent 04823907a6
commit f2d017f624

View File

@@ -292,6 +292,15 @@ int scePowerRequestStandby(void);
*/
int scePowerRequestSuspend(void);
/**
* Request the PSP to do a cold reboot.
*
* @param exitcode pass 0
*
* @return 0 always
*/
int scePowerRequestColdReset(int exitcode);
#ifdef __cplusplus
}