diff options
author | red031000 <rubenru09@aol.com> | 2020-09-16 18:18:33 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-09-16 18:21:28 +0100 |
commit | 1e3c383ff53842cd2fe2134278b448fffebb15e9 (patch) | |
tree | 3a0c1dc4ce85764c1a6761d2bde821752231a889 /arm9/lib/src/OS_reset.c | |
parent | a013685f0bd75d8070971d96b79e4c146d5fbcaf (diff) |
arm9 CARD_common
Diffstat (limited to 'arm9/lib/src/OS_reset.c')
-rw-r--r-- | arm9/lib/src/OS_reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/src/OS_reset.c b/arm9/lib/src/OS_reset.c index 03781947..2e333bb8 100644 --- a/arm9/lib/src/OS_reset.c +++ b/arm9/lib/src/OS_reset.c @@ -8,6 +8,7 @@ #include "OS_cache.h" #include "sections.h" #include "MI_dma.h" +#include "CARD_common.h" static u16 OSi_IsInitReset = 0; vu16 OSi_IsResetOccurred = 0; @@ -16,7 +17,6 @@ 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); -extern void CARD_LockRom(u16 lockId); static void OSi_CommonCallback(PXIFifoTag tag, u32 data, BOOL err); static void OSi_SendToPxi(u16 data); |