From 10bc806ab33e1ce98223913975f307092e621c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sat, 4 Jan 2020 11:58:50 +0200 Subject: console/post: Split parts to arch/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both IO port and cmos are currently arch/x86 only features. Change-Id: I010af3f645c0be38dd856657874c36103aebbdc2 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/38187 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/include/console/console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/console') diff --git a/src/include/console/console.h b/src/include/console/console.h index d3c1d54dbc..c573123d60 100644 --- a/src/include/console/console.h +++ b/src/include/console/console.h @@ -29,6 +29,7 @@ #include void post_code(u8 value); +void arch_post_code(u8 value); void cmos_post_code(u8 value); #if CONFIG(CMOS_POST_EXTRA) void post_log_extra(u32 value); -- cgit v1.2.3