summaryrefslogtreecommitdiff
path: root/src/cpu/intel/bga956/bga956.c
blob: 3469215cf359174bcf80a219bbb1d61748fb5ba0 (plain)
1
2
3
4
5
6
7
#include <device/device.h>
#include "chip.h"


struct chip_operations cpu_intel_bga956_ops = {
	CHIP_NAME("BGA956 CPU")
};