summaryrefslogtreecommitdiff
path: root/include/agb_flash.h
diff options
context:
space:
mode:
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