BeRTOS
flash_at91.h
Go to the documentation of this file.
00001 
00040 #ifndef FLASH_AT91_H
00041 #define FLASH_AT91_H
00042 
00043 #include "cfg/cfg_emb_flash.h"
00044 
00045 #if !CONFIG_FLASH_DISABLE_OLD_API
00046 
00047     /* For backwards compatibility */
00048     #define FlashAt91  Flash
00049     #define flash_at91_init(fls)   flash_init(fls);
00050 #endif /* !CONFIG_FLASH_DISABLE_OLD_API */
00051 
00052 #endif /* DRV_FLASH_ARM_H */