48c91c58823d02478e3e4a7998535f2cadc3ffc4
[coreboot.git] / src / cpu / intel / socket_441 / socket_441.c
1 #include <device/device.h>
2 #include "chip.h"
3
4
5 struct chip_operations cpu_intel_socket_441_ops = {
6         CHIP_NAME("Socket 441 CPU")
7 };