diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2019-09-04 16:16:13 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-09-06 17:48:19 +0000 |
commit | 7e1f1a513075619ddcac8b9c9180cf17e33758ee (patch) | |
tree | 363130e70deb6d0ee476f3ece22c2cff7a3e3248 /src/soc/amd/common | |
parent | b90a2ff079a5907afa97f53cbb3237cab05ca0d8 (diff) |
soc/amd/common: Add missing stdint.h to acpimmio.h
Include the file containing the typedefs for uint_*.
Change-Id: I3eae80a677e9d6932dc115523da2c0819a371fa7
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35268
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r-- | src/soc/amd/common/block/include/amdblocks/acpimmio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/acpimmio.h b/src/soc/amd/common/block/include/amdblocks/acpimmio.h index 32da867137..59ab9e5f4f 100644 --- a/src/soc/amd/common/block/include/amdblocks/acpimmio.h +++ b/src/soc/amd/common/block/include/amdblocks/acpimmio.h @@ -18,6 +18,7 @@ #ifndef __AMDBLOCKS_ACPIMMIO_H__ #define __AMDBLOCKS_ACPIMMIO_H__ +#include <stdint.h> /* iomap.h must indicate if the device uses a block, optional if unused. */ #include <soc/iomap.h> #ifndef SUPPORTS_ACPIMMIO_SMI_BASE |