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

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