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


struct chip_operations cpu_intel_socket_mPGA604_800Mhz_control = {
	CHIP_NAME("socket mPGA604_800Mhz")
};