blob: ed891b2acc3b5b9f95fb7dde1869b5ecdf485530 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _SOUTHBRIDGE_AMD_CS5530
#define _SOUTHBRIDGE_AMD_CS5530
extern struct chip_operations southbridge_amd_cs5530_ops;
struct southbridge_amd_cs5530_config {
/* PCI function enables so the pci scan bus finds the devices */
int enable_ide;
int enable_nvram;
};
#endif /* _SOUTHBRIDGE_AMD_CS5530 */
|