summaryrefslogtreecommitdiff
path: root/include/SDK/nand.h
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-24 15:07:58 -0400
committerMax <mparisi@stevens.edu>2020-10-24 15:07:58 -0400
commit8f73a39edf782bd2e6c91130aac685b8dd267001 (patch)
treec72f79d6b07db5e91579d60cbc1cb21f37dec1c0 /include/SDK/nand.h
parentb4751c259e3bc0bb166cffc54061c7d9577ba0dc (diff)
match up to func_801DC0C8 with two nonmatchings
Diffstat (limited to 'include/SDK/nand.h')
-rw-r--r--include/SDK/nand.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/SDK/nand.h b/include/SDK/nand.h
new file mode 100644
index 0000000..c20ee68
--- /dev/null
+++ b/include/SDK/nand.h
@@ -0,0 +1,14 @@
+#ifndef POKEREVO_NAND_H
+#define POKEREVO_NAND_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "SDK/NAND/NANDCore.h"
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif //POKEREVO_NAND_H