mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-25 10:45:02 +00:00
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>
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user