summaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_754/chip.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2004-10-19 10:30:32 +0000
committerStefan Reinauer <stepan@openbios.org>2004-10-19 10:30:32 +0000
commitde24e61df7699a1770a81d6969efa8254bd75a5f (patch)
tree261cf355e190f2c279d0a7bc0a1027958595b20b /src/cpu/amd/socket_754/chip.h
parent9f12caaf103884678e467a102afe378bd6b98348 (diff)
downloadcoreboot-de24e61df7699a1770a81d6969efa8254bd75a5f.tar.xz
- add support for socket 754
- fix configuration creation for amd solo (doesn't compile yet) git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1690 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/socket_754/chip.h')
-rw-r--r--src/cpu/amd/socket_754/chip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_754/chip.h b/src/cpu/amd/socket_754/chip.h
new file mode 100644
index 0000000000..d9f3600b2c
--- /dev/null
+++ b/src/cpu/amd/socket_754/chip.h
@@ -0,0 +1,4 @@
+extern struct chip_operations cpu_amd_socket_754_ops;
+
+struct cpu_amd_socket_754_config {
+};