aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_LGA775/socket_LGA775.c
blob: 7ec4e5e4b61b529fe9e150ec7a3451ff34550fc0 (plain)
1
2
3
4
5
#include <device/device.h>

struct chip_operations cpu_intel_socket_LGA775_ops = {
	CHIP_NAME("Socket LGA775 CPU")
};