FreeCalypso > hg > freecalypso-reveng
view dspanal/coffout.h @ 350:b2bf3088b660
fluid-mnf/devices.txt: original version from TI's FLUID package
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 13 Mar 2020 06:57:50 +0000 |
parents | f8344bc4fd61 |
children |
line wrap: on
line source
struct coff_section { uint32_t addr; uint32_t size; u_char *data; uint16_t flags; u_char mempage; };