summaryrefslogtreecommitdiff
path: root/arm7/lib/include/PXI_fifo.h
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/include/PXI_fifo.h
parentc7e516625377682250abbc56abb5f10cd8e9b75d (diff)
parent7994935696dcf9d81888e2d9d991f4b6a3e00738 (diff)
Merge branch 'master' into msgenc_refactor
Diffstat (limited to 'arm7/lib/include/PXI_fifo.h')
-rw-r--r--arm7/lib/include/PXI_fifo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arm7/lib/include/PXI_fifo.h b/arm7/lib/include/PXI_fifo.h
index 6d634f72..27f6b005 100644
--- a/arm7/lib/include/PXI_fifo.h
+++ b/arm7/lib/include/PXI_fifo.h
@@ -3,4 +3,7 @@
#include "nitro/PXI_fifo_shared.h"
+s32 PXI_SendWordByFifo(s32 fifotag, u32 data, BOOL err);
+void PXI_SetFifoRecvCallback(s32 fifotag, PXIFifoCallback callback);
+
#endif //POKEDIAMOND_ARM7_PXI_FIFO_H