Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dihex.h17 struct ihex_binrec { struct
24 static inline const struct ihex_binrec * argument
/linux-2.6.39/firmware/
Dihex2fw.c27 struct ihex_binrec { struct
28 struct ihex_binrec *next; /* not part of the real data structure */ argument
29 uint32_t addr;
53 static void file_record(struct ihex_binrec *record); argument