diff options
author | red031000 <rubenru09@aol.com> | 2020-06-10 02:25:43 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-10 02:25:59 +0100 |
commit | 70d1600ef2607ecb112ca270f5982b4829e44c19 (patch) | |
tree | 63850e04719ff78998fd22d985aba08d5745d425 /arm9/lib/include/OS_context.h | |
parent | caba1031233657d89f3c35079e664551a07cd72f (diff) |
arm9 OS_thread
Diffstat (limited to 'arm9/lib/include/OS_context.h')
-rw-r--r-- | arm9/lib/include/OS_context.h | 4 |
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 |