From a5a529599d264da5890fad7b678f7ff9e5e47a80 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 1 Dec 2020 18:14:01 +0100 Subject: soc/amd: factor out common SMI/SCI enums and function prototypes At least a part or the remaining definitions in the soc-specific smi.h files are also common, but those have to be verified more closely. Change-Id: I5a3858e793331a8d2ec262371fa22abac044fd4a Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/48217 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/picasso/smihandler.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd/picasso/smihandler.c') diff --git a/src/soc/amd/picasso/smihandler.c b/src/soc/amd/picasso/smihandler.c index 7e762a9abb..4931de82b7 100644 --- a/src/soc/amd/picasso/smihandler.c +++ b/src/soc/amd/picasso/smihandler.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3