summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_struct.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2011-08-24 14:16:01 -0700
committerRandall Spangler <rspangler@chromium.org>2011-08-24 14:38:02 -0700
commitf02bbb4635175d6c3ba8f6557802f37e20160533 (patch)
tree4e79dc4ab7bcf8fa84754a60f16f32e0685077eb /firmware/include/vboot_struct.h
parent1f5d53f7bd4dc590b47f21f858d021ac53190a17 (diff)
downloadvboot-f02bbb4635175d6c3ba8f6557802f37e20160533.tar.gz
Add tests for utility.h and sysincludes.h macros
BUG=chromium-os:17564 TEST=make && make runtests Change-Id: Id0a834c2b234d5f9cbbb37a69426e2b97c734d0a Reviewed-on: http://gerrit.chromium.org/gerrit/6608 Reviewed-by: Bill Richardson <wfrichar@chromium.org> Reviewed-by: Stefan Reinauer <reinauer@google.com> Tested-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'firmware/include/vboot_struct.h')
-rw-r--r--firmware/include/vboot_struct.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/include/vboot_struct.h b/firmware/include/vboot_struct.h
index b9dfb808..795523ed 100644
--- a/firmware/include/vboot_struct.h
+++ b/firmware/include/vboot_struct.h
@@ -375,11 +375,12 @@ typedef struct VbSharedDataHeader {
} __attribute__((packed)) VbSharedDataHeader;
-/* Size of VbSharedDataheader for each older version */
+/* Size of VbSharedDataheader for each version */
// TODO: crossystem needs not to
// fail if called on a v1 system where sizeof(VbSharedDataHeader) was smaller
#define VB_SHARED_DATA_HEADER_SIZE_V1 1072
+#define VB_SHARED_DATA_HEADER_SIZE_V2 1096
#define VB_SHARED_DATA_VERSION 2 /* Version for struct_version */