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


struct chip_operations cpu_intel_socket_mPGA479M_ops = {
	CHIP_NAME("Socket mPGA479M CPU")
};