summaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627thg/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83627thg/chip.h')
-rw-r--r--src/superio/winbond/w83627thg/chip.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/superio/winbond/w83627thg/chip.h b/src/superio/winbond/w83627thg/chip.h
new file mode 100644
index 0000000000..8b0bdbc91b
--- /dev/null
+++ b/src/superio/winbond/w83627thg/chip.h
@@ -0,0 +1,9 @@
+#include <pc80/keyboard.h>
+#include <uart8250.h>
+
+extern struct chip_operations superio_winbond_w83627thg_ops;
+
+struct superio_winbond_w83627thg_config {
+ struct uart8250 com1, com2;
+ struct pc_keyboard keyboard;
+};