view bootmatch/bootmatch.h @ 23:2df287f4722c

doc/C1xx-flashing: article written
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 11 Jun 2023 09:55:27 +0000
parents 304ac8119c8a
children
line wrap: on
line source

struct bootmatch {
	unsigned	offset;
	unsigned	nbytes;
	u_char		*refbytes;
};