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