BeRTOS
flash_avr.h
Go to the documentation of this file.
00001 
00039 #ifndef FLASH_AVR_H
00040 #define FLASH_AVR_H
00041 
00042 #include "cfg/cfg_emb_flash.h"
00043 
00044 #if !CONFIG_FLASH_DISABLE_OLD_API
00045 
00046     /* For backwards compatibility */
00047     #define FlashAvr  Flash
00048     #define flash_avr_init(fls)   flash_init(fls);
00049 #endif /* !CONFIG_FLASH_DISABLE_OLD_API */
00050 
00051 #endif /* DRV_FLASH_AVR_H */