X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cpu%2Favr%2Fdrv%2Fflash_avr.h;fp=cpu%2Favr%2Fdrv%2Fflash_avr.h;h=de8058b6df44fb7fc13da36cbc19df506e1dc259;hb=9c6545aacf8bb77445e7c19e41117d2318d752cc;hp=0000000000000000000000000000000000000000;hpb=29ae4cbcd0ce21d9327b7cff52ad3a11ec8102cd;p=bertos.git diff --git a/cpu/avr/drv/flash_avr.h b/cpu/avr/drv/flash_avr.h new file mode 100644 index 00000000..de8058b6 --- /dev/null +++ b/cpu/avr/drv/flash_avr.h @@ -0,0 +1,50 @@ +/** + * \file + * + * + * \brief Self programming routines (interface). + * + * \version $Id$ + * \author Francesco Sacchi + * \author Daniele Basile + */ + +#ifndef DRV_FLASH_AVR_H +#define DRV_FLASH_AVR_H + +#include +#include + +bool flash_avr_test(void); +void flash_avr_init(struct _KFile *fd); + + +#endif /* DRV_FLASH_AVR_H */