Add support for Intel Sandybridge CPU
[coreboot.git] / src / cpu / intel / slot_2 / slot_2.c
1 #include <device/device.h>
2 #include "chip.h"
3
4
5 struct chip_operations cpu_intel_slot_2_ops = {
6         CHIP_NAME("Slot 2 CPU")
7 };