changeset 8:304ac8119c8a

bootmatch: starting with struct definition
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 09 Jun 2023 09:14:07 +0000
parents fd996f8b9782
children bfcc8180cf3c
files bootmatch/bootmatch.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bootmatch/bootmatch.h	Fri Jun 09 09:14:07 2023 +0000
@@ -0,0 +1,5 @@
+struct bootmatch {
+	unsigned	offset;
+	unsigned	nbytes;
+	u_char		*refbytes;
+};