aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627dhg/w83627dhg.h
diff options
context:
space:
mode:
authorSiyuan Wang <wangsiyuanbuaa@gmail.com>2012-09-07 19:18:16 +0800
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2012-09-07 20:04:01 +0200
commitcf8bcfc9dd0dd4093ab9ce65be8bbdb242959f15 (patch)
tree9a62bd1f8caa11464407bbaae5fef1960161e8ff /src/superio/winbond/w83627dhg/w83627dhg.h
parent87b5aa9e671896f82f9c1e75edbbe363e0a6fe89 (diff)
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 <SiYuan.Wang@amd.com> Signed-off-by: Siyuan Wang <wangsiyuanbuaa@gmail.com> Reviewed-on: http://review.coreboot.org/1494 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/superio/winbond/w83627dhg/w83627dhg.h')
-rw-r--r--src/superio/winbond/w83627dhg/w83627dhg.h1
1 files changed, 1 insertions, 0 deletions
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