mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 12:42:36 +00:00
add missing power header
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user