view loadtools/discontig.h @ 652:d42534e5ac02

loadtools: discontig.h split out of flash.h
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 02 Mar 2020 03:49:31 +0000
parents
children a880f48d6ac0
line wrap: on
line source

/* support for flashing or XRAM-loading discontiguous S-record images */

struct discontig_prog {
	uint32_t	start;
	uint32_t	end;
	uint32_t	crc;
};