Initial revision.
[coreboot.git] / src / superio / smsc / lpc47n217 / chip.h
1 #ifndef SIO_COM1\r
2 #define SIO_COM1_BASE   0x3F8\r
3 #endif\r
4 #ifndef SIO_COM2\r
5 #define SIO_COM2_BASE   0x2F8\r
6 #endif\r
7 \r
8 struct chip_operations;\r
9 extern struct chip_operations superio_smsc_lpc47n217_ops;\r
10 \r
11 #include <uart8250.h>\r
12 \r
13 struct superio_smsc_lpc47n217_config {\r
14         struct uart8250 com1, com2;\r
15 };\r