summaryrefslogtreecommitdiff
path: root/src/security/vboot/vboot_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/security/vboot/vboot_common.h')
-rw-r--r--src/security/vboot/vboot_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/security/vboot/vboot_common.h b/src/security/vboot/vboot_common.h
index 768b29d4fc..9a02303d12 100644
--- a/src/security/vboot/vboot_common.h
+++ b/src/security/vboot/vboot_common.h
@@ -39,7 +39,8 @@ int vboot_check_recovery_request(void);
* vboot shared data as well as the flags from VbInit.
*/
struct vboot_handoff {
- VbInitParams init_params;
+ uint32_t reserved0; /* originally from VbInitParams */
+ uint32_t out_flags;
uint32_t selected_firmware;
char shared_data[VB_SHARED_DATA_MIN_SIZE];
} __packed;