summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_system.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-08 19:39:43 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-08 19:39:43 -0400
commitb398a161f324f88a4d4c8682eb15c63a62753a43 (patch)
treecb537afb44e15ac1c901d881ce9ab43934b2d713 /arm9/lib/include/OS_system.h
parent782eca721768b17d51d79e36b519e95d8d9e5b9b (diff)
Fix style inconsistencies
Diffstat (limited to 'arm9/lib/include/OS_system.h')
-rw-r--r--arm9/lib/include/OS_system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arm9/lib/include/OS_system.h b/arm9/lib/include/OS_system.h
index 88137c3b..794e16d2 100644
--- a/arm9/lib/include/OS_system.h
+++ b/arm9/lib/include/OS_system.h
@@ -7,7 +7,6 @@
#include "function_target.h"
#include "consts.h"
-#include "function_target.h"
typedef enum {
OS_PROCMODE_USER=16,
@@ -36,8 +35,5 @@ OSIntrMode OS_GetCpsrIrq();
OSProcMode OS_GetProcMode();
void OS_SpinWait();
void OS_WaitVBlankIntr();
-void OS_Terminate(void);
-#define OS_TPanic(...) OS_Terminate()
-#define OS_TWarning(...) ((void)0)
#endif //POKEDIAMOND_OS_SYSTEM_H