diff options
author | red031000 <rubenru09@aol.com> | 2020-10-19 20:49:27 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-10-19 20:53:13 +0100 |
commit | ded6f75f143efbef4d8424cc4024aa355615e429 (patch) | |
tree | 72b2aa868b6694c63e7e04f9f13e2fd689f48c8e /arm9/lib/include/CARD_request.h | |
parent | e7fa21a56d7a8e12b31afdf7f1247700c56226c9 (diff) |
arm9 CARD_request
Diffstat (limited to 'arm9/lib/include/CARD_request.h')
-rw-r--r-- | arm9/lib/include/CARD_request.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arm9/lib/include/CARD_request.h b/arm9/lib/include/CARD_request.h new file mode 100644 index 00000000..1bae75d0 --- /dev/null +++ b/arm9/lib/include/CARD_request.h @@ -0,0 +1,12 @@ +#ifndef POKEDIAMOND_CARD_REQUEST_H +#define POKEDIAMOND_CARD_REQUEST_H + +#include "nitro/types.h" +#include "PXI_fifo.h" +#include "CARD_common.h" + +void CARDi_OnFifoRecv(PXIFifoTag tag, u32 data, BOOL err); +void CARDi_TaskThread(void *arg); +BOOL CARDi_Request(CARDiCommon *p, s32 req_type, s32 retry_count); + +#endif //POKEDIAMOND_CARD_REQUEST_H |