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