From b2680a12e4ddeaa0a33975eb0034feb6649d333c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sat, 4 Jan 2020 18:04:39 +0200 Subject: drivers/pc80/rtc: Move sanitize_cmos() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implementation depends on USE_OPTION_TABLE. Change-Id: If7f8f478db3214842b6cc60cd77b4ea81cab6e3a Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/38195 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/include/option.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/option.h') diff --git a/src/include/option.h b/src/include/option.h index 198ca00d02..ba7cd0c1a4 100644 --- a/src/include/option.h +++ b/src/include/option.h @@ -16,6 +16,8 @@ #include +void sanitize_cmos(void); + enum cb_err cmos_set_option(const char *name, void *val); enum cb_err cmos_get_option(void *dest, const char *name); -- cgit v1.2.3