- Update abuild.sh so it will rebuild successfull builds
[coreboot.git] / src / cpu / amd / socket_940 / socket_940.c
1 #include <device/device.h>
2 #include "chip.h"
3
4
5 struct chip_operations cpu_amd_socket_940_ops = {
6         CHIP_NAME("socket 940")
7 };