Home
last modified time | relevance | path

Searched defs:ihex_binrec (Results 1 – 1 of 1) sorted by relevance

/tools/firmware/
Dihex2fw.c28 struct ihex_binrec { struct
29 struct ihex_binrec *next; /* not part of the real data structure */ argument
30 uint32_t addr;
54 static void file_record(struct ihex_binrec *record); argument