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


struct chip_operations cpu_intel_socket_mPGA604_533Mhz_ops = {
	CHIP_NAME("socket mPGA604_533Mhz")
};