flash_avr.h

Go to the documentation of this file.
00001 
00040 #ifndef DRV_FLASH_AVR_H
00041 #define DRV_FLASH_AVR_H
00042 
00043 #include <cfg/compiler.h>
00044 #include <kern/kfile.h>
00045 
00046 bool flash_avr_test(void);
00047 void flash_avr_init(struct KFile *fd);
00048 
00049 
00050 #endif /* DRV_FLASH_AVR_H */