soc/amd/common/block/cpu/noncar/cpu: add missing types.h include

types.h provides uint32_t via a chain include.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I875e3bb096b56bbea862c9ad0e3e14e025e3298b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75622
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Held 2023-06-05 23:56:46 +02:00
parent 6296fbac6c
commit b39e93e56f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <cpu/amd/msr.h> #include <cpu/amd/msr.h>
#include <smbios.h> #include <smbios.h>
#include <soc/iomap.h> #include <soc/iomap.h>
#include <types.h>
uint32_t get_pstate_0_reg(void) uint32_t get_pstate_0_reg(void)
{ {