summaryrefslogtreecommitdiff
path: root/futility/updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'futility/updater.h')
-rw-r--r--futility/updater.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/futility/updater.h b/futility/updater.h
index a4d1f1fa..5a3b9123 100644
--- a/futility/updater.h
+++ b/futility/updater.h
@@ -92,6 +92,7 @@ struct updater_config {
uint32_t gbb_flags;
bool detect_model;
bool dut_is_remote;
+ bool unlock_me;
};
struct updater_config_arguments {
@@ -110,6 +111,7 @@ struct updater_config_arguments {
int use_flash;
uint32_t gbb_flags;
bool detect_model_only;
+ bool unlock_me;
};
/*
@@ -180,6 +182,7 @@ enum updater_error_codes {
UPDATE_ERR_TARGET,
UPDATE_ERR_ROOT_KEY,
UPDATE_ERR_TPM_ROLLBACK,
+ UPDATE_ERR_UNLOCK_ME,
UPDATE_ERR_UNKNOWN,
};