diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 02:44:02 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 02:44:02 -0500 |
commit | ee6942683882e2abd4bde79f8355b71abbd21af9 (patch) | |
tree | 20777187e2b57fa19eae08ad3ae7a7a5098f6726 /include/agb_flash.h | |
parent | 0f6cc27e81d4985d61e5caa669027801d520a122 (diff) |
Eliminate more externs
Diffstat (limited to 'include/agb_flash.h')
-rw-r--r-- | include/agb_flash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/agb_flash.h b/include/agb_flash.h index 27e45e8fa..3dd60df0f 100644 --- a/include/agb_flash.h +++ b/include/agb_flash.h @@ -8,5 +8,6 @@ // Exported ROM declarations u16 SetFlashTimerIntr(u8 timerNum, void (**intrFunc)(void)); +u16 IdentifyFlash(void); #endif //GUARD_AGB_FLASH_H |