/** * \file * * * \author Daniele Basile * * \brief At91sam7 Internal flash read/write driver. * * */ #ifndef FLASH_AT91_H #define FLASH_AT91_H #include "cfg/cfg_emb_flash.h" #if !CONFIG_FLASH_DISABLE_OLD_API /* For backwards compatibility */ #define FlashAt91 Flash #define flash_at91_init(fls) flash_init(fls); #endif /* !CONFIG_FLASH_DISABLE_OLD_API */ #endif /* DRV_FLASH_ARM_H */