diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2006-10-04 21:04:49 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2006-10-04 21:04:49 +0000 |
commit | 15b8ea74735044bf6cd88b178ce0468e027aca7c (patch) | |
tree | 82e3f85213ce2432da3a168af69690017e375805 /src/cpu/amd/socket_939/chip.h | |
parent | 8d22a5dc69f018f2861410e8628623537f009e2c (diff) |
socket 939
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2437 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/socket_939/chip.h')
-rw-r--r-- | src/cpu/amd/socket_939/chip.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_939/chip.h b/src/cpu/amd/socket_939/chip.h new file mode 100644 index 0000000000..2a635b7477 --- /dev/null +++ b/src/cpu/amd/socket_939/chip.h @@ -0,0 +1,4 @@ +extern struct chip_operations cpu_amd_socket_939_ops; + +struct cpu_amd_socket_939_config { +}; |