diff options
author | Egor Ananyin <ananinegor@gmail.com> | 2020-06-11 19:24:42 +0300 |
---|---|---|
committer | Egor Ananyin <ananinegor@gmail.com> | 2020-06-11 19:24:42 +0300 |
commit | c8c88744e6a5c28572fff793b0381660c3034c56 (patch) | |
tree | 3b6f1e7cccec12d88baaa8aa57b5816f65ce7c7f /arm9/lib/include/OS_context.h | |
parent | 80d13d2c579f68b8c377f678948d4a41b1dc56c2 (diff) | |
parent | 688b3bcd67b47a4ddf593dc0244409b2c5aa10c7 (diff) |
Merge remote-tracking branch 'upstream/master'
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 |