From 29ef3ee6e435bb77a882c4a1f68786163aac4b01 Mon Sep 17 00:00:00 2001 From: red031000 Date: Thu, 28 May 2020 22:38:12 +0100 Subject: OS_irqHandler itcm --- arm9/lib/include/CP_context.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arm9/lib/include/CP_context.h') 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 -- cgit v1.2.3