aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/p2sb.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-22 22:15:27 +0200
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-10-25 16:15:09 +0000
commitcbbbb6c79d94ccc4b38913be74dc34ad1f365bac (patch)
treeaae253bb3cd7c5a623641bbda0f717f6a886c35b /src/soc/intel/tigerlake/p2sb.c
parentd7d551523d8f9f3f35cdb95094f2fe650d078dc0 (diff)
soc/intel/tigerlake: Clean up includes
Change-Id: I9c75e900d05d16de830c750f074df84bb17f64dc Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68700 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com>
Diffstat (limited to 'src/soc/intel/tigerlake/p2sb.c')
-rw-r--r--src/soc/intel/tigerlake/p2sb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/tigerlake/p2sb.c b/src/soc/intel/tigerlake/p2sb.c
index fc8323a516..1a0f23f4f7 100644
--- a/src/soc/intel/tigerlake/p2sb.c
+++ b/src/soc/intel/tigerlake/p2sb.c
@@ -8,6 +8,7 @@
#include <console/console.h>
#include <intelblocks/p2sb.h>
+#include <types.h>
void p2sb_soc_get_sb_mask(uint32_t *ep_mask, size_t count)
{