flash.h

00001 #ifndef __FLASH_H__
00002 #define __FLASH_H__
00003 
00004 #include <inttypes.h>
00005 
00006 void flash_write_page(uint32_t page, uint8_t *buf);
00007 
00008 #endif /* __FLASH_H__ */

Generated on Mon Apr 11 14:23:36 2011 for Contiki 2.5 by  doxygen 1.6.1