summaryrefslogtreecommitdiff
path: root/arm9/lib/include/CARD_spi.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-10-20 21:53:42 +0100
committerred031000 <rubenru09@aol.com>2020-10-20 21:54:39 +0100
commit887b952f44f37e4eaa7e0779a7cfec1ef9f69565 (patch)
treed86c3d3469f0a2718d7c96c17bd0b9578b8a93e8 /arm9/lib/include/CARD_spi.h
parent4fd265a65d78f9b9eb1ca0f0f5f99a6ff9f5c244 (diff)
arm9 card_spi (fully decomp arm9 card)
Diffstat (limited to 'arm9/lib/include/CARD_spi.h')
-rw-r--r--arm9/lib/include/CARD_spi.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arm9/lib/include/CARD_spi.h b/arm9/lib/include/CARD_spi.h
new file mode 100644
index 00000000..0181e39f
--- /dev/null
+++ b/arm9/lib/include/CARD_spi.h
@@ -0,0 +1,8 @@
+#ifndef POKEDIAMOND_CARD_SPI_H
+#define POKEDIAMOND_CARD_SPI_H
+
+#include "CARD_common.h"
+
+void CARDi_IdentifyBackupCore(CARDBackupType type);
+
+#endif //POKEDIAMOND_CARD_SPI_H