summaryrefslogtreecommitdiff
path: root/arm7/lib/src/OS_reset.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2021-08-28 17:02:46 -0400
committerGitHub <noreply@github.com>2021-08-28 17:02:46 -0400
commit118a959ee77459bb3a663b182183b66499acb95e (patch)
tree3dc6e2460fe72b1fae23c6b53ac0ef52ba5986f6 /arm7/lib/src/OS_reset.c
parentc7e516625377682250abbc56abb5f10cd8e9b75d (diff)
parent7994935696dcf9d81888e2d9d991f4b6a3e00738 (diff)
Merge branch 'master' into msgenc_refactor
Diffstat (limited to 'arm7/lib/src/OS_reset.c')
-rw-r--r--arm7/lib/src/OS_reset.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm7/lib/src/OS_reset.c b/arm7/lib/src/OS_reset.c
index e0f380f8..13d59bfa 100644
--- a/arm7/lib/src/OS_reset.c
+++ b/arm7/lib/src/OS_reset.c
@@ -2,6 +2,7 @@
#include "OS_reset.h"
#include "OS_interrupt.h"
#include "OS_terminate_proc.h"
+#include "PXI_fifo.h"
static u16 OSi_IsInitReset = 0;
vu16 OSi_IsResetOccurred = 0;
@@ -10,8 +11,6 @@ extern void MI_StopDma(u32 dma);
extern OSIrqMask OS_SetIrqMask(OSIrqMask mask);
extern OSIrqMask OS_ResetRequestIrqMask(OSIrqMask mask);
extern void SND_Shutdown(void);
-extern void PXI_SetFifoRecvCallback(u32 param1, void* callback);
-extern u32 PXI_SendWordByFifo(u32 param1, u32 data, u32 param2);
extern void FUN_038073EC(void); //OSi_DoResetSystem, in wram
ARM_FUNC void OS_InitReset(void)