Rename src/superio/NSC to src/superio/nsc.
[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 };