diff options
Diffstat (limited to 'cmd/pxe_utils.h')
-rw-r--r-- | cmd/pxe_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/pxe_utils.h b/cmd/pxe_utils.h index 77d25888758..6af95237343 100644 --- a/cmd/pxe_utils.h +++ b/cmd/pxe_utils.h @@ -43,6 +43,7 @@ struct pxe_label { char *initrd; char *fdt; char *fdtdir; + char *fdtoverlays; int ipappend; int attempted; int localboot; |