view bootmatch/bootmatch.h @ 28:58824cef4601

doc/C1xx-boot-utils: new article
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 12 Jun 2023 06:00:57 +0000
parents 304ac8119c8a
children
line wrap: on
line source

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