X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=drv%2Fflash_avr.h;h=0897132c358809eb3c024c0c9779a739479a7345;hb=HEAD;hp=1dc7d470ba095676a6426a32ff98635a61f2e8f6;hpb=4309f8e147e1a4741beb0a0b1933e63218bd89ca;p=bertos.git diff --git a/drv/flash_avr.h b/drv/flash_avr.h deleted file mode 100755 index 1dc7d470..00000000 --- a/drv/flash_avr.h +++ /dev/null @@ -1,25 +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 avrflash_test(void); -void avrflash_init(struct _KFile *fd); - - -#endif /* DRV_FLASH_AVR_H */