diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-11 21:10:32 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-11 21:10:32 -0600 |
commit | 98860220e9317a86b9171677086c9dc7cbeaf0f0 (patch) | |
tree | 625ec0a6469b40573d165ceee0855e969af45929 /include/agb_flash.h | |
parent | 14a76793e596d612efd273169c4172922c270f13 (diff) | |
parent | ea347199a21f7a6c01a395e507db872ac1781e79 (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.h | 12 |
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 |