summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/include/OS_reset.h')
-rw-r--r--arm9/lib/include/OS_reset.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arm9/lib/include/OS_reset.h b/arm9/lib/include/OS_reset.h
deleted file mode 100644
index 756de9fb..00000000
--- a/arm9/lib/include/OS_reset.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef POKEDIAMOND_ARM9_OS_RESET_H
-#define POKEDIAMOND_ARM9_OS_RESET_H
-
-#include "nitro/OS_reset_shared.h"
-#include "mmap.h"
-
-void OS_InitReset(void);
-void OS_ResetSystem(u32 parameter);
-void OSi_DoBoot(void);
-
-static inline u32 OS_GetResetParameter(void)
-{
- return (u32)*(u32 *)HW_RESET_PARAMETER_BUF;
-}
-
-#endif //POKEDIAMOND_ARM9_OS_RESET_H