Cosmetic changes: push includes to top of file in chip.h files.
[coreboot.git] / src / superio / winbond / w83977tf / chip.h
1 #include <pc80/keyboard.h>
2 #include <uart8250.h>
3
4 extern struct chip_operations superio_winbond_w83977tf_ops;
5
6 struct superio_winbond_w83977tf_config {
7         struct uart8250 com1, com2;
8         struct pc_keyboard keyboard;
9 };