ihex.h

00001 #ifndef _IHEX_H
00002 #define _IHEX_H
00003 
00004 extern int hexfile_parse(char *line, unsigned char *type, unsigned int *addr, char *buffer);
00005 extern int hexfile_out(char *line, unsigned int type, unsigned int address, unsigned char *data, unsigned int bytes);
00006 
00007 #endif /*_IHEX_H*/

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