X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fboot.h;h=2d99b7fb58a5e9de1eedb8444c57bbff4020842f;hp=21904950c0cb74f077919210876fcb2ce6a1aa45;hb=ccb478ac2e5b1e24ebb6af4130fdd37e1b36babb;hpb=86c9d34380b0074dab1ba89a569a94280d6999c4 diff --git a/discover/boot.h b/discover/boot.h index 2190495..2d99b7f 100644 --- a/discover/boot.h +++ b/discover/boot.h @@ -32,6 +32,7 @@ struct boot_task { bool dry_run; bool cancelled; bool verify_signature; + bool decrypt_files; struct load_url_result *image_signature; struct load_url_result *initrd_signature; struct load_url_result *dtb_signature; @@ -43,6 +44,7 @@ struct boot_task { }; enum { + KEXEC_LOAD_DECRYPTION_FALURE = 252, KEXEC_LOAD_SIG_SETUP_INVALID = 253, KEXEC_LOAD_SIGNATURE_FAILURE = 254, };