Sistema l'errore da me commesso in fase di conversione...
[bertos.git] / drv / flash_avr.h
1 /**
2  * \file
3  * <!--
4  * Copyright 2007 Develer S.r.l. (http://www.develer.com/)
5  * This file is part of DevLib - See README.devlib for information.
6  * -->
7  *
8  * \brief Self programming routines (interface).
9  *
10  * \version $Id$
11  * \author Francesco Sacchi <batt@develer.com>
12  * \author Daniele Basile <asterix@develer.com>
13  */
14
15 #ifndef DRV_FLASH_AVR_H
16 #define DRV_FLASH_AVR_H
17
18 #include <cfg/compiler.h>
19 #include <kern/kfile.h>
20
21 bool flash_avr_test(void);
22 void flash_avr_init(struct _KFile *fd);
23
24
25 #endif /* DRV_FLASH_AVR_H */