summaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_754/socket_754.c
blob: 6274e6d55a778cdc29ab996ecff5d4787fd3a366 (plain)
1
2
3
4
5
6
7
#include <device/device.h>
#include "chip.h"


struct chip_operations cpu_amd_socket_754_ops = {
	.name = "socket 754",
};