X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fflash_avr.h;h=0897132c358809eb3c024c0c9779a739479a7345;hb=HEAD;hp=fb21738930c40b410b83a0aa6c1fdc5869b46f94;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/drv/flash_avr.h b/drv/flash_avr.h deleted file mode 100644 index fb217389..00000000 --- a/drv/flash_avr.h +++ /dev/null @@ -1,50 +0,0 @@ -/** - * \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 */