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