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