summaryrefslogtreecommitdiff
path: root/futility
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-04-25 15:41:35 +0800
committerchrome-bot <chrome-bot@chromium.org>2019-05-17 18:36:46 -0700
commit8a4f0bef0ec665a24ca3a01b2ee6915e2e392a18 (patch)
tree75688b45ec9fa1a988ee330fce05390691e6f5ad /futility
parente7db36856ce418552637d1981c173d22dfe5bf39 (diff)
downloadvboot-8a4f0bef0ec665a24ca3a01b2ee6915e2e392a18.tar.gz
vboot: hide 2common.h from external API
2common.h contains code which should be internal to vboot. Most notably of which is 2struct.h, which contains the vb2_shared_data data structure. BUG=b:124141368, chromium:956474 TEST=make clean && make runtests BRANCH=none Cq-Depend: chromium:1587981, chromium:1599567, chromium:1610164 Change-Id: I712f51915bb9b0b03dce558e2b843eb83662f434 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/1583819 Commit-Ready: Joel Kitching <kitching@chromium.org> Tested-by: Joel Kitching <kitching@chromium.org> Reviewed-by: Joel Kitching <kitching@chromium.org>
Diffstat (limited to 'futility')
-rw-r--r--futility/futility.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/futility/futility.h b/futility/futility.h
index af5e0f76..9a1ac6dc 100644
--- a/futility/futility.h
+++ b/futility/futility.h
@@ -7,6 +7,7 @@
#define VBOOT_REFERENCE_FUTILITY_H_
#include <stdint.h>
+#include "2common.h"
#include "vboot_common.h"
#include "gbb_header.h"
#include "host_key.h"