summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_nvstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/vboot_nvstorage.h')
-rw-r--r--firmware/include/vboot_nvstorage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/include/vboot_nvstorage.h b/firmware/include/vboot_nvstorage.h
index 7f017350..a443dd3e 100644
--- a/firmware/include/vboot_nvstorage.h
+++ b/firmware/include/vboot_nvstorage.h
@@ -110,6 +110,9 @@ typedef enum VbNvParam {
/* Wipeout request from firmware present. */
VBNV_FW_REQ_WIPEOUT,
+ /* Fastboot: Unlock in firmware, 0=disabled, 1=enabled. */
+ VBNV_FASTBOOT_UNLOCK_IN_FW,
+
} VbNvParam;
/* Result of trying the firmware in VBNV_FW_TRIED */