diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-05-28 18:01:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 18:01:07 -0400 |
commit | 44da9faaaaf845b068bb4d843ab3c2e84d45822e (patch) | |
tree | 172c0a5c8a7ddae1d26a6bd414344b04796c96ad /arm9/lib/include/CP_context.h | |
parent | 3543d7e3d66951e96f4d1bd34f54597f881983fc (diff) | |
parent | 29ef3ee6e435bb77a882c4a1f68786163aac4b01 (diff) |
Merge pull request #122 from red031000/master
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 |