aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627hf/chip.h
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2004-03-12 16:54:31 +0000
committerRonald G. Minnich <rminnich@gmail.com>2004-03-12 16:54:31 +0000
commit142babf1e5348288ad852c6cab3b10c931f73206 (patch)
tree303e91231a83af0b6a8e5e5ed9c0fde0c47f273b /src/superio/winbond/w83627hf/chip.h
parente4fc0ab250bd88ad8833a90d9338fd5b35881ebc (diff)
forgot to do a cvs add
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1393 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/winbond/w83627hf/chip.h')
-rw-r--r--src/superio/winbond/w83627hf/chip.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/superio/winbond/w83627hf/chip.h b/src/superio/winbond/w83627hf/chip.h
new file mode 100644
index 0000000000..849e6e707f
--- /dev/null
+++ b/src/superio/winbond/w83627hf/chip.h
@@ -0,0 +1,16 @@
+#ifndef SIO_COM1
+#define SIO_COM1_BASE 0x3F8
+#endif
+#ifndef SIO_COM2
+#define SIO_COM2_BASE 0x2F8
+#endif
+
+extern struct chip_control superio_winbond_w83627hf_control;
+
+#include <pc80/keyboard.h>
+#include <uart8250.h>
+
+struct superio_winbond_w83627hf_config {
+ struct uart8250 com1, com2;
+ struct pc_keyboard keyboard;
+};