cleanup patch from Uwe Hermann.
[coreboot.git] / src / superio / smsc / lpc47n217 / chip.h
1 struct chip_operations;\r
2 extern struct chip_operations superio_smsc_lpc47n217_ops;\r
3 \r
4 #include <uart8250.h>\r
5 \r
6 struct superio_smsc_lpc47n217_config {\r
7         struct uart8250 com1, com2;\r
8 };\r