d412538ed16b81fa0f6c3e6cb5a34e0b359a099b
[coreboot.git] / src / cpu / amd / socket_940 / socket_940.c
1 #include <device/device.h>
2 #include "chip.h"
3
4 #if CONFIG_CHIP_NAME == 1 
5 struct chip_operations cpu_amd_socket_940_ops = {
6         CHIP_NAME("socket 940")
7 };
8 #endif