summaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_mPGA479M/socket_mPGA479M.c
blob: 56642c385700879b8220edbb5968569952f90033 (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")
};