From aa98556312f82267528801a54f6fc0509fb6a062 Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Sat, 13 Jun 2020 10:11:29 -0400 Subject: Add sceShellUtilReboot Credits: Princess-of-Sleeping --- include/user/shellutil.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/user/shellutil.h') diff --git a/include/user/shellutil.h b/include/user/shellutil.h index 61d602b..4b0f1a9 100644 --- a/include/user/shellutil.h +++ b/include/user/shellutil.h @@ -65,6 +65,13 @@ int sceShellUtilLock(SceShellUtilLockType type); */ int sceShellUtilUnlock(SceShellUtilLockType type); +/** + * Reboot the device + * + * @param[in] unk - pass 0 + */ +void sceShellUtilReboot(int unk); + #ifdef __cplusplus } #endif -- cgit v1.2.3