view bootmatch/bootmatch.h @ 22:873d5f33e8f3

doc: beginning with FC-aftermarket-intro
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 11 Jun 2023 06:18:53 +0000
parents 304ac8119c8a
children
line wrap: on
line source

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