summaryrefslogtreecommitdiffstats
path: root/discover/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/boot.h')
-rw-r--r--discover/boot.h2
1 files changed, 2 insertions, 0 deletions
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,
};
OpenPOWER on IntegriCloud