Implement support for the Winbond W83627THG.
[coreboot.git] / src / superio / winbond / w83627thg / chip.h
diff --git a/src/superio/winbond/w83627thg/chip.h b/src/superio/winbond/w83627thg/chip.h
new file mode 100644 (file)
index 0000000..8b0bdbc
--- /dev/null
@@ -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;
+};