annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
304ac8119c8a bootmatch: starting with struct definition
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 struct bootmatch {
304ac8119c8a bootmatch: starting with struct definition
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 unsigned offset;
304ac8119c8a bootmatch: starting with struct definition
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 unsigned nbytes;
304ac8119c8a bootmatch: starting with struct definition
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 u_char *refbytes;
304ac8119c8a bootmatch: starting with struct definition
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 };