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


struct chip_operations cpu_intel_socket_PGA370_ops = {
	CHIP_NAME("socket PGA370")
};