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