- add support for socket 754
[coreboot.git] / src / cpu / amd / socket_754 / socket_754.c
1 #include <device/device.h>
2 #include "chip.h"
3
4
5 struct chip_operations cpu_amd_socket_754_ops = {
6         .name = "socket 754",
7 };