diff options
author | red031000 <rubenru09@aol.com> | 2020-10-21 18:36:06 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-10-21 18:36:06 +0100 |
commit | 945241d45eb302775eaa656a73e21072081a4f57 (patch) | |
tree | 8a7dc3da6a66c25eeaed3bdf06272f1ac2db7749 /arm9/lib/src/OS_reset.c | |
parent | 4581af32be3e319a811e5551b7179ae4d0f18fc1 (diff) |
arm9 pxi_fifo
Diffstat (limited to 'arm9/lib/src/OS_reset.c')
-rw-r--r-- | arm9/lib/src/OS_reset.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arm9/lib/src/OS_reset.c b/arm9/lib/src/OS_reset.c index 8be8fb33..45d2bb13 100644 --- a/arm9/lib/src/OS_reset.c +++ b/arm9/lib/src/OS_reset.c @@ -10,14 +10,11 @@ #include "MI_dma.h" #include "CARD_common.h" #include "PXI_init.h" +#include "PXI_fifo.h" static u16 OSi_IsInitReset = 0; vu16 OSi_IsResetOccurred = 0; -extern u32 PXI_IsCallbackReady(u32 param1, u32 param2); -extern void PXI_SetFifoRecvCallback(u32 param1, void* callback); -extern BOOL PXI_SendWordByFifo(u32 param1, u32 data, u32 param2); - static void OSi_CommonCallback(PXIFifoTag tag, u32 data, BOOL err); static void OSi_SendToPxi(u16 data); static void OSi_DoResetSystem(void); |