aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/variants/mc_apl2/mainboard.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-15 21:12:31 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-29 20:29:28 +0000
commite39db681dfd7c4127f1ac0e360e0930e72ef3ee3 (patch)
tree4f2e3ff9086fcc84047076e6125d14999cdb762d /src/mainboard/siemens/mc_apl1/variants/mc_apl2/mainboard.c
parent27d02d8286aff64115ae593a189c38fdaf3ce769 (diff)
src/mainboard: Add missing 'include <types.h>'
<types.h> is supposed to provide <stdint.h> and <stddef.h>. So when <types.h> is included, <stdint.h> and/or <stddef.h> is removed. Change-Id: I3b1a395cfe8b710fb6b468e68f4c92e063794568 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32811 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/variants/mc_apl2/mainboard.c')
-rw-r--r--src/mainboard/siemens/mc_apl1/variants/mc_apl2/mainboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl2/mainboard.c b/src/mainboard/siemens/mc_apl1/variants/mc_apl2/mainboard.c
index f52091bced..7890ee0211 100644
--- a/src/mainboard/siemens/mc_apl1/variants/mc_apl2/mainboard.c
+++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl2/mainboard.c
@@ -24,6 +24,7 @@
#include <timestamp.h>
#include <baseboard/variants.h>
#include <soc/pci_devs.h>
+#include <types.h>
#define SD_CAP_BYP 0x810
#define SD_CAP_BYP_EN 0x5A