From 3ee8b750f49b7c82e8b8787ee306017746e8c12a Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 3 Mar 2019 00:35:15 +0200 Subject: arch/io.h: Separate MMIO and PNP ops MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie32f1d43168c277be46cdbd7fbfa2445d9899689 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/31699 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/console/post.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/console') diff --git a/src/console/post.c b/src/console/post.c index 4c3753561b..08bdaa18a9 100644 --- a/src/console/post.c +++ b/src/console/post.c @@ -14,12 +14,15 @@ * GNU General Public License for more details. */ -#include +#include #include #include #include #include #include +#if IS_ENABLED(CONFIG_POST_IO) +#include +#endif /* Write POST information */ -- cgit v1.2.3