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


struct chip_operations cpu_intel_socket_LGA771_ops = {
	CHIP_NAME("Socket LGA771 CPU")
};