From 144c2283a4c03ba8a0c602951371398437d106e6 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Wed, 3 Dec 2014 17:35:53 -0800 Subject: vboot: Include vb2_api.h, instead of lower-level vboot2 header files This will allow vboot2 to continue refactoring without breaking coreboot, since there's now only a single file which needs to stay in sync. BUG=chromium:423882 BRANCH=none TEST=emerge-veyron_pinky coreboot CQ-DEPEND=CL:233050 Original-Change-Id: I74cae5f0badfb2d795eb5420354b9e6d0b4710f7 Original-Signed-off-by: Randall Spangler Original-Reviewed-on: https://chromium-review.googlesource.com/233051 Original-Reviewed-by: Daisuke Nojiri (cherry picked from commit df55e0365de8da85844f7e7b057ca5d2a9694a8b) Signed-off-by: Aaron Durbin Change-Id: I999af95ccf8c326f2fd2de0f7da50515e02ad904 Reviewed-on: http://review.coreboot.org/9446 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/include/antirollback.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/antirollback.h b/src/include/antirollback.h index 06ad9f786b..942793a62b 100644 --- a/src/include/antirollback.h +++ b/src/include/antirollback.h @@ -9,10 +9,10 @@ #ifndef ANTIROLLBACK_H_ #define ANTIROLLBACK_H_ -#include "2sysincludes.h" -#include <2api.h> #include "tpm_lite/tss_constants.h" +struct vb2_context; + /* TPM NVRAM location indices. */ #define FIRMWARE_NV_INDEX 0x1007 #define KERNEL_NV_INDEX 0x1008 -- cgit v1.2.3