start of epia-m port
[coreboot.git] / src / southbridge / via / vt8235 / chip.h
1 #ifndef _SOUTHBRIDGE_VIA_VT8231
2 #define _SOUTHBRIDGE_VIA_VT8231
3
4 extern struct chip_control southbridge_via_vt8231_control;
5
6 struct southbridge_via_vt8231_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         int enable_ide;
13         /* enables of functions of devices */
14         int enable_usb;
15         int enable_native_ide;
16         int enable_com_ports;
17         int enable_keyboard;
18         int enable_nvram;
19 };
20
21 #endif /* _SOUTHBRIDGE_VIA_VT8231 */