From 887b952f44f37e4eaa7e0779a7cfec1ef9f69565 Mon Sep 17 00:00:00 2001 From: red031000 Date: Tue, 20 Oct 2020 21:53:42 +0100 Subject: arm9 card_spi (fully decomp arm9 card) --- arm9/lib/include/CARD_spi.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arm9/lib/include/CARD_spi.h (limited to 'arm9/lib/include/CARD_spi.h') 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 -- cgit v1.2.3