aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cs5536/chip.h
diff options
context:
space:
mode:
authorLi-Ta Lo <ollie@lanl.gov>2006-04-20 21:31:47 +0000
committerLi-Ta Lo <ollie@lanl.gov>2006-04-20 21:31:47 +0000
commit5d69896c8728d02b7c25f13192b3266b792312e1 (patch)
tree2f5efcff1ac2d42445f7e989fa6c5985fa5743ec /src/southbridge/amd/cs5536/chip.h
parent05c0869fac22cae8a35897310fef64ad94caed01 (diff)
add cs5536
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2265 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/cs5536/chip.h')
-rw-r--r--src/southbridge/amd/cs5536/chip.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/southbridge/amd/cs5536/chip.h b/src/southbridge/amd/cs5536/chip.h
new file mode 100644
index 0000000000..3e9be9938e
--- /dev/null
+++ b/src/southbridge/amd/cs5536/chip.h
@@ -0,0 +1,10 @@
+#ifndef _SOUTHBRIDGE_AMD_CS5536
+#define _SOUTHBRIDGE_AMD_CS5536
+
+extern struct chip_operations southbridge_amd_cs5536_ops;
+
+struct southbridge_amd_cs5536_config {
+ int none;
+};
+
+#endif /* _SOUTHBRIDGE_AMD_CS5536 */