summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/include/OS_context.h')
-rw-r--r--arm9/lib/include/OS_context.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/arm9/lib/include/OS_context.h b/arm9/lib/include/OS_context.h
index 7c25ce2e..d3e24673 100644
--- a/arm9/lib/include/OS_context.h
+++ b/arm9/lib/include/OS_context.h
@@ -1,5 +1,5 @@
-#ifndef POKEDIAMOND_OS_CONTEXT_H
-#define POKEDIAMOND_OS_CONTEXT_H
+#ifndef POKEDIAMOND_ARM9_OS_CONTEXT_H
+#define POKEDIAMOND_ARM9_OS_CONTEXT_H
#include "nitro/types.h"
#include "CP_context.h"
@@ -16,7 +16,7 @@ typedef struct OSContext
} OSContext;
void OS_InitContext(register OSContext *context, register u32 newpc, register u32 newsp);
-BOOL OS_SaveContext(OSContext *context);
-void OS_LoadContext(OSContext *context);
+BOOL OS_SaveContext(register OSContext *context);
+void OS_LoadContext(register OSContext *context);
-#endif //POKEDIAMOND_OS_CONTEXT_H
+#endif //POKEDIAMOND_ARM9_OS_CONTEXT_H