summaryrefslogtreecommitdiff
path: root/include/dolphin/os/OSReboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dolphin/os/OSReboot.h')
-rw-r--r--include/dolphin/os/OSReboot.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/dolphin/os/OSReboot.h b/include/dolphin/os/OSReboot.h
new file mode 100644
index 0000000..837de88
--- /dev/null
+++ b/include/dolphin/os/OSReboot.h
@@ -0,0 +1,10 @@
+#ifndef DOLPHIN_OS_OSREBOOT_H
+#define DOLPHIN_OS_OSREBOOT_H
+typedef void (*Event)(void);
+
+void __OSReboot(u32 resetCode, BOOL forceMenu);
+
+void Run(Event);
+//void __OSReboot(u32 resetCode, BOOL forceMenu);
+
+#endif