view dspanal/coffout.h @ 383:97a294f69426

pirelli/audio-tones: basic keybeep and DTMF captured
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 10 Nov 2021 01:22:36 +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;
};