diff options
author | Raul E Rangel <rrangel@chromium.org> | 2020-07-09 12:00:16 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-07-10 22:52:44 +0000 |
commit | fc06af867e77d905ba7ad442e70b13c9893d7aa2 (patch) | |
tree | 5f03fe7c3730b97659e936afd3e3324cc02724a2 /src | |
parent | f261e8183f4ebffed1c042ce5b95af46b00c1571 (diff) | |
download | coreboot-fc06af867e77d905ba7ad442e70b13c9893d7aa2.tar.xz |
soc/amd/picasso: Add missing include to smi.h
BUG=b:154756391
TEST=Don't see build failure.
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I36b81643c29ec1e7978d521206fbc366060ab286
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43330
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/picasso/include/soc/smi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/include/soc/smi.h b/src/soc/amd/picasso/include/soc/smi.h index 02a23f58a2..a629fc5541 100644 --- a/src/soc/amd/picasso/include/soc/smi.h +++ b/src/soc/amd/picasso/include/soc/smi.h @@ -3,6 +3,7 @@ #ifndef __SOUTHBRIDGE_AMD_PI_PICASSO_SMI_H__ #define __SOUTHBRIDGE_AMD_PI_PICASSO_SMI_H__ +#include <types.h> #define SMI_GEVENTS 24 #define SCIMAPS 58 |