2017-11-13 06:01:27 +00:00
|
|
|
#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));
|
2019-03-02 07:44:02 +00:00
|
|
|
u16 IdentifyFlash(void);
|
2019-03-02 08:18:08 +00:00
|
|
|
u32 ProgramFlashSectorAndVerify(u16 sectorNum, u8 *src);
|
2017-11-13 06:01:27 +00:00
|
|
|
|
|
|
|
#endif //GUARD_AGB_FLASH_H
|