diff options
author | red031000 <rubenru09@aol.com> | 2020-05-28 22:38:12 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-28 22:38:12 +0100 |
commit | 29ef3ee6e435bb77a882c4a1f68786163aac4b01 (patch) | |
tree | 172c0a5c8a7ddae1d26a6bd414344b04796c96ad /arm9/lib/include/CP_context.h | |
parent | 3543d7e3d66951e96f4d1bd34f54597f881983fc (diff) |
OS_irqHandler itcm
Diffstat (limited to 'arm9/lib/include/CP_context.h')
-rw-r--r-- | arm9/lib/include/CP_context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arm9/lib/include/CP_context.h b/arm9/lib/include/CP_context.h index d1e0062c..cfed9735 100644 --- a/arm9/lib/include/CP_context.h +++ b/arm9/lib/include/CP_context.h @@ -15,4 +15,7 @@ typedef struct CPContext { u16 sqrt_mode; } CPContext; +void CP_SaveContext(CPContext *context); +void CPi_RestoreContext(const CPContext* context); + #endif //POKEDIAMOND_CP_CONTEXT_H |