src/soc/intel: Add include <types.h>
BIT(x) needs <types.h>. Change-Id: I674e3e423e06ee869366ebbd7c9d4248a2f3d9d9 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43707 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
a83a7db804
commit
23a60fa65b
|
@ -9,7 +9,7 @@
|
|||
#include <intelblocks/fast_spi.h>
|
||||
#include <intelblocks/msr.h>
|
||||
#include <soc/soc_chip.h>
|
||||
#include <stdint.h>
|
||||
#include <types.h>
|
||||
|
||||
/*
|
||||
* Set PERF_CTL MSR (0x199) P_Req with
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <soc/pmc.h>
|
||||
#include <soc/serialio.h>
|
||||
#include <soc/usb.h>
|
||||
#include <stdint.h>
|
||||
#include <types.h>
|
||||
|
||||
#define MAX_HD_AUDIO_DMIC_LINKS 2
|
||||
#define MAX_HD_AUDIO_SNDW_LINKS 4
|
||||
|
|
Loading…
Reference in New Issue