X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=433a37b2578d9a58d03074761c447b684d474dd1;hp=f5392c89c4a7b1715622cf3d7520e956e24ac30b;hb=HEAD;hpb=2bc0df4aa35a89c5af7e54f459e2bbde20ca6a7e diff --git a/lib/types/types.h b/lib/types/types.h index f5392c8..433a37b 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -11,6 +11,7 @@ enum device_type { DEVICE_TYPE_USB, DEVICE_TYPE_OPTICAL, DEVICE_TYPE_ANY, + DEVICE_TYPE_LUKS, DEVICE_TYPE_UNKNOWN, }; @@ -54,6 +55,7 @@ struct boot_option { char *boot_args; char *args_sig_file; bool is_default; + bool is_autoboot_default; struct list_item list; @@ -187,6 +189,7 @@ struct config { unsigned int ipmi_bootdev; bool ipmi_bootdev_persistent; + bool ipmi_bootdev_mailbox; char *http_proxy; char *https_proxy;