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


struct chip_operations cpu_amd_socket_940_ops = {
	CHIP_NAME("socket 940")
};