summaryrefslogtreecommitdiff
path: root/include/user
diff options
context:
space:
mode:
authorReiko Asakura2020-06-13 10:11:29 -0400
committerReiko Asakura2020-06-13 10:11:29 -0400
commitaa98556312f82267528801a54f6fc0509fb6a062 (patch)
tree264e2a159d44b96733acd68bb60c0bc57d9faa33 /include/user
parentAdd incoming_dialog.h (diff)
downloadvds-libraries-aa98556312f82267528801a54f6fc0509fb6a062.tar.gz
Add sceShellUtilReboot
Credits: Princess-of-Sleeping
Diffstat (limited to 'include/user')
-rw-r--r--include/user/shellutil.h7
1 files changed, 7 insertions, 0 deletions
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