cleanup patch from Uwe Hermann.
[coreboot.git] / src / superio / winbond / w83977tf / chip.h
1 extern struct chip_operations superio_winbond_w83977tf_ops;
2
3 #include <pc80/keyboard.h>
4 #include <uart8250.h>
5
6 struct superio_winbond_w83977tf_config {
7         struct uart8250 com1, com2;
8         struct pc_keyboard keyboard;
9 };