Refactor to use new protocol module and sipo.
[bertos.git] / drv / flash_avr.h
diff --git a/drv/flash_avr.h b/drv/flash_avr.h
deleted file mode 100755 (executable)
index b330966..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * \file
- * <!--
- * Copyright 2007 Develer S.r.l. (http://www.develer.com/)
- * This file is part of DevLib - See README.devlib for information.
- * -->
- *
- * \brief Self programming routines (interface).
- *
- * \version $Id$
- * \author Francesco Sacchi <batt@develer.com>
- * \author Daniele Basile <asterix@develer.com>
- */
-
-#ifndef DRV_FLASH_AVR_H
-#define DRV_FLASH_AVR_H
-
-#include <cfg/compiler.h>
-#include <kern/kfile.h>
-
-bool flash_avr_test(void);
-void flash_avr_init(struct _KFile *fd);
-
-
-#endif /* DRV_FLASH_AVR_H */