soc/amd/picasso/mca: add missing types.h include

Change-Id: I67a88298c19657a5049ab69799be887555ca7240
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56282
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
Felix Held 2021-07-14 00:20:46 +02:00
parent 1e1d490ff8
commit e0d9bf7731
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <console/console.h> #include <console/console.h>
#include <arch/bert_storage.h> #include <arch/bert_storage.h>
#include <cper.h> #include <cper.h>
#include <types.h>
/* MISC4 is the last used register in the MCAX banks of Picasso */ /* MISC4 is the last used register in the MCAX banks of Picasso */
#define MCAX_USED_REGISTERS_PER_BANK (MCAX_MISC4_OFFSET + 1) #define MCAX_USED_REGISTERS_PER_BANK (MCAX_MISC4_OFFSET + 1)