summaryrefslogtreecommitdiff
path: root/arm9/lib/src/OS_reset.c
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-09-23 18:59:36 +0300
committerGitHub <noreply@github.com>2020-09-23 18:59:36 +0300
commit311f383ea4ef3d7f3d0682b5d889b62cd0fe2f77 (patch)
tree487523748fcae6999cebe81f2fab14be48506caf /arm9/lib/src/OS_reset.c
parentf8bd464bad0f8eb0c15077da4e0be1ba0dbd9976 (diff)
parent7f41d4a021c2653b6c7681b12ecde6885c7d0290 (diff)
Merge pull request #287 from red031000/master
some itemtool images, arm7 OS_context, arm9 PXI_init
Diffstat (limited to 'arm9/lib/src/OS_reset.c')
-rw-r--r--arm9/lib/src/OS_reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/src/OS_reset.c b/arm9/lib/src/OS_reset.c
index 2e333bb8..7331a7b0 100644
--- a/arm9/lib/src/OS_reset.c
+++ b/arm9/lib/src/OS_reset.c
@@ -9,11 +9,11 @@
#include "sections.h"
#include "MI_dma.h"
#include "CARD_common.h"
+#include "PXI_init.h"
static u16 OSi_IsInitReset = 0;
vu16 OSi_IsResetOccurred = 0;
-extern void PXI_Init(void);
extern u32 PXI_IsCallbackReady(u32 param1, u32 param2);
extern void PXI_SetFifoRecvCallback(u32 param1, void* callback);
extern u32 PXI_SendWordByFifo(u32 param1, u32 data, u32 param2);