summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2struct.h')
-rw-r--r--firmware/2lib/include/2struct.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/2lib/include/2struct.h b/firmware/2lib/include/2struct.h
index a9fb000c..a992d7ab 100644
--- a/firmware/2lib/include/2struct.h
+++ b/firmware/2lib/include/2struct.h
@@ -78,6 +78,10 @@ enum vb2_shared_data_status {
/* FWMP secure data initialized */
VB2_SD_STATUS_SECDATA_FWMP_INIT = (1 << 5),
+
+ /* EC Sync completed successfully */
+ VB2_SD_STATUS_EC_SYNC_COMPLETE = (1 << 6),
+
};
/* "V2SD" = vb2_shared_data.magic */