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


struct chip_operations cpu_intel_socket_441_ops = {
	CHIP_NAME("Socket 441 CPU")
};