view bootmatch/bootmatch.h @ 8:304ac8119c8a

bootmatch: starting with struct definition
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 09 Jun 2023 09:14:07 +0000
parents
children
line wrap: on
line source

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