From cf8bcfc9dd0dd4093ab9ce65be8bbdb242959f15 Mon Sep 17 00:00:00 2001 From: Siyuan Wang Date: Fri, 7 Sep 2012 19:18:16 +0800 Subject: superio winbond w83627dhg: add a function which is used on tyan s8226 this function is used on serial output of tyan s8226 Change-Id: I5f7fa535b922b224e381886f1bea64623fa549ef Signed-off-by: Siyuan Wang Signed-off-by: Siyuan Wang Reviewed-on: http://review.coreboot.org/1494 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/superio/winbond/w83627dhg/w83627dhg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/superio/winbond/w83627dhg/w83627dhg.h') diff --git a/src/superio/winbond/w83627dhg/w83627dhg.h b/src/superio/winbond/w83627dhg/w83627dhg.h index 158e60b144..3aa1b261d0 100644 --- a/src/superio/winbond/w83627dhg/w83627dhg.h +++ b/src/superio/winbond/w83627dhg/w83627dhg.h @@ -56,5 +56,6 @@ void pnp_enter_ext_func_mode(device_t dev); void pnp_exit_ext_func_mode(device_t dev); void w83627dhg_enable_serial(device_t dev, u16 iobase); void w83627dhg_enable_i2c(device_t dev); +void w83627dhg_set_clksel_48(device_t dev); #endif -- cgit v1.2.3