2015-10-03 12:00:31 -04:00
|
|
|
#ifndef _ihex_h__
|
|
|
|
#define _ihex_h__
|
|
|
|
|
2015-10-20 07:55:01 -04:00
|
|
|
/* \return File size, or negative value on error.*/
|
2015-10-03 12:00:31 -04:00
|
|
|
int load_ihex(const char *file, unsigned char *dstbuf, int bufsize);
|
|
|
|
|
|
|
|
#endif // _ihex_h__
|
|
|
|
|