From e102154a5e97151b2d42ca1a6e39f4d3956607e5 Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Thu, 24 Mar 2022 16:44:41 -0600 Subject: include/espi.h: Switch to types.h We use bool in this file, so switch to using types.h. BUG=b:226635441 TEST=Build skyrim with DEBUG_ESPI Signed-off-by: Raul E Rangel Change-Id: I78b579de4e3832dd49a18413bf5d03870e347c91 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63092 Reviewed-by: Jon Murphy Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/include/espi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/include/espi.h b/src/include/espi.h index 851b0d972a..244478394e 100644 --- a/src/include/espi.h +++ b/src/include/espi.h @@ -3,7 +3,7 @@ #ifndef __ESPI_H__ #define __ESPI_H__ -#include +#include /* ESPI Slave Registers (Document # 327432-004 Revision 1.0 Chapter 7) */ -- cgit v1.2.3