summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2api.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2api.h')
-rw-r--r--firmware/2lib/include/2api.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/2lib/include/2api.h b/firmware/2lib/include/2api.h
index 9bd07297..2a9a476e 100644
--- a/firmware/2lib/include/2api.h
+++ b/firmware/2lib/include/2api.h
@@ -192,6 +192,11 @@ enum vb2_context_flags {
* Deprecated with CL:1975390.
*/
VB2_CONTEXT_DEPRECATED_DETACHABLE_UI = (1 << 22),
+
+ /*
+ * NO_BOOT means the OS is not allowed to boot. Only relevant for EFS2.
+ */
+ VB2_CONTEXT_NO_BOOT = (1 << 23),
};
/* Helper for aligning fields in vb2_context. */