epia-m support
[coreboot.git] / src / superio / via / vt1211 / chip.h
1 #ifndef _SUPERIO_VIA_VT1211
2 #define _SUPERIO_VIA_VT1211
3
4 extern struct chip_control superio_via_vt1211_control;
5
6 struct superio_via_vt1211_config {
7         /* PCI function enables */
8         /* i.e. so that pci scan bus will find them. */
9         /* I am putting in IDE as an example but obviously this needs
10          * to be more complete!
11          */
12         /* enables of functions of devices */
13         int enable_com_ports;
14         int enable_fdc;
15         int enable_lpt;
16         int enable_hwmon;
17 };
18
19 #endif /* _SUPERIO_VIA_VT1211 */