summaryrefslogtreecommitdiff
path: root/arm9/lib/include/SPI_mic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/include/SPI_mic.h')
-rw-r--r--arm9/lib/include/SPI_mic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arm9/lib/include/SPI_mic.h b/arm9/lib/include/SPI_mic.h
new file mode 100644
index 00000000..79588fe9
--- /dev/null
+++ b/arm9/lib/include/SPI_mic.h
@@ -0,0 +1,6 @@
+#ifndef NITRO_SPI_MIC_H_
+#define NITRO_SPI_MIC_H_
+
+void MIC_Init(void);
+
+#endif //NITRO_SPI_MIC_H_