aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cs5530/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/cs5530/chip.h')
-rw-r--r--src/southbridge/amd/cs5530/chip.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/southbridge/amd/cs5530/chip.h b/src/southbridge/amd/cs5530/chip.h
new file mode 100644
index 0000000000..ed891b2acc
--- /dev/null
+++ b/src/southbridge/amd/cs5530/chip.h
@@ -0,0 +1,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 */