view dspanal/coffout.h @ 368:82d5cc869bf1

sim-card-detect observations note added
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 26 Nov 2020 04:45:20 +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;
};