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


struct chip_operations cpu_intel_socket_mPGA604_800Mhz_ops = {
	CHIP_NAME("Socket mPGA604 800Mhz CPU")
};