summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2nvstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2nvstorage.h')
-rw-r--r--firmware/2lib/include/2nvstorage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/2lib/include/2nvstorage.h b/firmware/2lib/include/2nvstorage.h
index 05183d52..9d8374c0 100644
--- a/firmware/2lib/include/2nvstorage.h
+++ b/firmware/2lib/include/2nvstorage.h
@@ -115,6 +115,10 @@ enum vb2_nv_param {
* VB2_MAX_ROLLFORWARD_MAX_V1_DEFAULT for V1.
*/
VB2_NV_FW_MAX_ROLLFORWARD,
+ /* Enable AltOS Mode on next boot. */
+ VB2_NV_ENABLE_ALT_OS_REQUEST,
+ /* Disable AltOS Mode on next boot. */
+ VB2_NV_DISABLE_ALT_OS_REQUEST,
};
/* Set default boot in developer mode */