summaryrefslogtreecommitdiff
path: root/arm9/lib/include/PXI_fifo.h
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-10-15 10:44:30 -0400
committerGitHub <noreply@github.com>2020-10-15 10:44:30 -0400
commite7fa21a56d7a8e12b31afdf7f1247700c56226c9 (patch)
treebb3f189674fa45677a591d5d706bd263b9b07c6c /arm9/lib/include/PXI_fifo.h
parent5d7b49bfda5d50c9f80bf2780a8614fe210fbc38 (diff)
parent8845a46444d29d5c4ac491fa040c35af61a3428d (diff)
Merge pull request #291 from red031000/master
split a lot more of module 5 and arm9 CARD_pullOut
Diffstat (limited to 'arm9/lib/include/PXI_fifo.h')
-rw-r--r--arm9/lib/include/PXI_fifo.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arm9/lib/include/PXI_fifo.h b/arm9/lib/include/PXI_fifo.h
index 45caa906..becba32e 100644
--- a/arm9/lib/include/PXI_fifo.h
+++ b/arm9/lib/include/PXI_fifo.h
@@ -3,4 +3,14 @@
#include "nitro/PXI_fifo_shared.h"
+typedef enum
+{
+ PXI_FIFO_SUCCESS = 0,
+ PXI_FIFO_FAIL_SEND_ERR = -1,
+ PXI_FIFO_FAIL_SEND_FULL = -2,
+ PXI_FIFO_FAIL_RECV_ERR = -3,
+ PXI_FIFO_FAIL_RECV_EMPTY = -4,
+ PXI_FIFO_NO_CALLBACK_ENTRY = -5
+} PXIFifoStatus;
+
#endif //POKEDIAMOND_ARM9_PXI_FIFO_H