view bootmatch/bootmatch.h @ 15:36e65605d16a

bootutil: add c155-analyze-boot
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 10 Jun 2023 05:35:37 +0000
parents 304ac8119c8a
children
line wrap: on
line source

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