view bootmatch/bootmatch.h @ 20:aa2fd60a44fb

new shell scripts c11x-gen-fc-{ffs-img,script}
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 10 Jun 2023 23:53:15 +0000
parents 304ac8119c8a
children
line wrap: on
line source

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