3469215cf359174bcf80a219bbb1d61748fb5ba0
[coreboot.git] / src / cpu / intel / bga956 / bga956.c
1 #include <device/device.h>
2 #include "chip.h"
3
4
5 struct chip_operations cpu_intel_bga956_ops = {
6         CHIP_NAME("BGA956 CPU")
7 };