diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2019-09-04 16:16:49 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-09-09 22:18:43 +0000 |
commit | 5aacda4b9824cebcc7d5f816419b6f9cc82be8a0 (patch) | |
tree | 4c6eee1042e5a4c89e0212bfdc8b7940d8b4c20c /src/soc/amd/common | |
parent | 6fdb223859959c5fe9392c0e5a34d6090cdeebeb (diff) | |
download | coreboot-5aacda4b9824cebcc7d5f816419b6f9cc82be8a0.tar.xz |
soc/amd/common: Add missing stdint.h to lpc.h
Include the file containing the typedefs for uint_*.
Change-Id: If33765b6dc4236c4b38860bfc4f2cef9b226b81d
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35269
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r-- | src/soc/amd/common/block/include/amdblocks/lpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/lpc.h b/src/soc/amd/common/block/include/amdblocks/lpc.h index ab913b2df0..6b6745d9cb 100644 --- a/src/soc/amd/common/block/include/amdblocks/lpc.h +++ b/src/soc/amd/common/block/include/amdblocks/lpc.h @@ -17,6 +17,7 @@ #define __AMDBLOCKS_LPC_H__ #include <types.h> +#include <stdint.h> /* PCI registers for D14F3 */ #define LPC_PCI_CONTROL 0x40 |