summaryrefslogtreecommitdiff
path: root/include/agb_flash.h
diff options
context:
space:
mode:
authorgolem galvanize <golemgalvanize@github.com>2018-02-13 22:12:02 -0500
committergolem galvanize <golemgalvanize@github.com>2018-02-13 22:12:02 -0500
commite5b6d15f9163cca8688cd67ca5a0563ce6667601 (patch)
tree5492d50f51f51acca9cf1861c7b5936182649364 /include/agb_flash.h
parent42cfbcb197bb271e675a4b2b9e70a2647bd65532 (diff)
parent398e775d906ff4f1e5aaad3d8a9eee530c7b122d (diff)
move data to c
Diffstat (limited to 'include/agb_flash.h')
-rw-r--r--include/agb_flash.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/agb_flash.h b/include/agb_flash.h
new file mode 100644
index 000000000..27e45e8fa
--- /dev/null
+++ b/include/agb_flash.h
@@ -0,0 +1,12 @@
+#ifndef GUARD_AGB_FLASH_H
+#define GUARD_AGB_FLASH_H
+
+// Exported type declarations
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+
+u16 SetFlashTimerIntr(u8 timerNum, void (**intrFunc)(void));
+
+#endif //GUARD_AGB_FLASH_H