Clean up vt1211 SuperIO support and make the EPIA-M config use it.
[coreboot.git] / src / superio / via / vt1211 / chip.h
1 #ifndef _SUPERIO_VIA_VT1211
2 #define _SUPERIO_VIA_VT1211
3
4 #include <uart8250.h>
5
6 extern struct chip_operations superio_via_vt1211_ops;
7
8 struct superio_via_vt1211_config {
9         struct uart8250 com1, com2;
10 };
11
12 #endif /* _SUPERIO_VIA_VT1211 */