blob: 5c2d67a78f32785198b7a5c9e00f3a685d48a0d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef _SOUTHBRIDGE_VIA_VT8231
#define _SOUTHBRIDGE_VIA_VT8231
extern struct chip_control southbridge_via_vt8231_control;
struct southbridge_via_vt8231_config {
int enable_usb;
int enable_native_ide;
int enable_com_ports;
int enable_keyboard;
int enable_nvram;
};
#endif /* _SOUTHBRIDGE_VIA_VT8231 */
|