aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_BGA956/socket_BGA956.c
blob: def7cc9f91a0bed8228f997392e5265311dbd80e (plain)
1
2
3
4
5
#include <device/device.h>

struct chip_operations cpu_intel_socket_BGA956_ops = {
	CHIP_NAME("Socket BGA956 CPU")
};