blob: fef4e2913b81a2eca20a972501d0689d0c480cef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef _SOUTHBRIDGE_VIA_VT8231
#define _SOUTHBRIDGE_VIA_VT8231
extern struct chip_operations southbridge_via_vt8231_ops;
struct southbridge_via_vt8231_config {
/* enables of Non-PCI devices */
int enable_native_ide;
int enable_com_ports;
int enable_keyboard;
};
#endif /* _SOUTHBRIDGE_VIA_VT8231 */
|