From 0e557aba4eae472addb13becb9467090d2d2b793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Fri, 3 Jan 2020 12:23:52 +0200 Subject: console/post: Move cmos_post_code() under pc80/rtc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We should keep console/ somewhat arch-agnostic. Change-Id: I4465888023ba5ae0706b5e98e541c40f975d11e3 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/38186 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/include/console/console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/console/console.h b/src/include/console/console.h index 583420cb83..d3c1d54dbc 100644 --- a/src/include/console/console.h +++ b/src/include/console/console.h @@ -29,6 +29,7 @@ #include void post_code(u8 value); +void cmos_post_code(u8 value); #if CONFIG(CMOS_POST_EXTRA) void post_log_extra(u32 value); struct device; -- cgit v1.2.3