summaryrefslogtreecommitdiffstats
path: root/src/include/console
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-01-03 12:23:52 +0200
committerNico Huber <nico.h@gmx.de>2020-01-10 15:30:34 +0000
commit0e557aba4eae472addb13becb9467090d2d2b793 (patch)
tree8ec750fbbeaa222fc385aea0c08bbfc7f154ec47 /src/include/console
parent94aaf5b4715b69e05a8bb19a470c86da5814ba9e (diff)
downloadcoreboot-0e557aba4eae472addb13becb9467090d2d2b793.tar.gz
coreboot-0e557aba4eae472addb13becb9467090d2d2b793.tar.bz2
coreboot-0e557aba4eae472addb13becb9467090d2d2b793.zip
console/post: Move cmos_post_code() under pc80/rtc
We should keep console/ somewhat arch-agnostic. Change-Id: I4465888023ba5ae0706b5e98e541c40f975d11e3 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38186 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/console')
-rw-r--r--src/include/console/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/console/console.h b/src/include/console/console.h
index 583420cb83a1..d3c1d54dbc31 100644
--- a/src/include/console/console.h
+++ b/src/include/console/console.h
@@ -29,6 +29,7 @@
#include <console/vtxprintf.h>
void post_code(u8 value);
+void cmos_post_code(u8 value);
#if CONFIG(CMOS_POST_EXTRA)
void post_log_extra(u32 value);
struct device;