Subversion Repositories HomeAutomation

Rev

Rev 328 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. #ifndef IHEX_H_
  2. #define IHEX_H_
  3.  
  4. int ihexInit(int file);
  5. int ihexLoadSegment(unsigned char* buf, long* start_addr, long* len);
  6. int ihexLoadFile(char* file, unsigned char* buf, long* start_addr, long* len);
  7.  
  8. #endif /*IHEX_H_*/
  9.