X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=762530a36d46467d3770e3411d8f1460fabdab5c;hp=129319309cc0882ee36f3c7775fe56e780e1afd1;hb=e19c5fe83174de749843bb8486a0d12c25adcb82;hpb=0adfe11dc0738321cdd529f30773899cc8f79855 diff --git a/lib/types/types.h b/lib/types/types.h index 1293193..762530a 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -124,6 +124,7 @@ struct config { struct network_config network; struct boot_priority *boot_priorities; unsigned int n_boot_priorities; + char *boot_device; }; #endif /* _TYPES_H */