ao-tools: Add ao-elftohex and .ihx symbol support
[fw/altos] / ao-tools / lib / ao-elf.h
index f3a2358c7004e5024601609aeca3a39fbdbff215..0f79d1425cad04226244ee3968d70ab69ea2812a 100644 (file)
 #include <gelf.h>
 #include "ao-hex.h"
 
-struct ao_elf_sym {
-       unsigned        addr;
-       unsigned        default_addr;
-       char            *name;
-       bool            required;
-       bool            found;
-};
-
 struct ao_hex_image *
-ao_load_elf(char *name, struct ao_elf_sym *symbols, int num_symbols);
-
-int
-ao_elf_find_symbols (Elf *e, struct ao_elf_sym *symbols, int num_symbols);
+ao_load_elf(char *name, struct ao_sym **symbols, int *num_symbols);
 
 #endif /* _AO_ELF_H_ */