soc/amd/common/block/include/amdblocks/acpi.h: Add missing <types.h>
BIT(x) needs <types.h> Change-Id: I5dc0d45567ae9879a7e12f2ccc48929d2abc9456 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43371 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
a0545e6e15
commit
e3ee36498e
|
@ -3,7 +3,7 @@
|
|||
#ifndef __AMDBLOCKS_ACPI_H__
|
||||
#define __AMDBLOCKS_ACPI_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <types.h>
|
||||
|
||||
/* ACPI MMIO registers 0xfed80800 */
|
||||
#define MMIO_ACPI_PM1_STS 0x00
|
||||
|
|
Loading…
Reference in New Issue