summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_context.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-10 20:11:37 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-10 20:11:37 -0400
commit6a1f6122b5422deebf218372cbd9b5684505d4ec (patch)
treec760610bdce7badc8b18c26d965853256fd8858c /arm9/lib/include/OS_context.h
parent9ef47bdd27acdbede94a72d431a931cf0b3f01f9 (diff)
parent688b3bcd67b47a4ddf593dc0244409b2c5aa10c7 (diff)
Merge branch 'master' of https://github.com/martmists/pokediamond into pikalax_work
Diffstat (limited to 'arm9/lib/include/OS_context.h')
-rw-r--r--arm9/lib/include/OS_context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_context.h b/arm9/lib/include/OS_context.h
index cded1acb..7a58a2b1 100644
--- a/arm9/lib/include/OS_context.h
+++ b/arm9/lib/include/OS_context.h
@@ -15,4 +15,8 @@ typedef struct OSContext
CPContext cp_context;
} OSContext;
+extern u32 OS_SaveContext(OSContext *context);
+extern void OS_LoadContext(OSContext *context);
+extern void OS_InitContext(OSContext *context, u32 func, u32 stack);
+
#endif //POKEDIAMOND_OS_CONTEXT_H