summaryrefslogtreecommitdiff
path: root/include/agb_flash.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-11 21:10:32 -0600
committerGitHub <noreply@github.com>2018-02-11 21:10:32 -0600
commit98860220e9317a86b9171677086c9dc7cbeaf0f0 (patch)
tree625ec0a6469b40573d165ceee0855e969af45929 /include/agb_flash.h
parent14a76793e596d612efd273169c4172922c270f13 (diff)
parentea347199a21f7a6c01a395e507db872ac1781e79 (diff)
Merge pull request #110 from PikalaxALT/link
Link and some RFU
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