Change all occurences of NSC to nsc in the code. The next commit
[coreboot.git] / src / superio / NSC / pc87360 / chip.h
1 struct chip_operations;
2 extern struct chip_operations superio_nsc_pc87360_ops;
3
4 #include <pc80/keyboard.h>
5 #include <uart8250.h>
6
7 struct superio_nsc_pc87360_config {
8         struct uart8250 com1, com2;
9         struct pc_keyboard keyboard;
10 };