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


struct chip_operations cpu_amd_socket_940_ops = {
	.name = "socket 940",
};