aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/slot_2/slot_2.c
blob: 5752f3dbb9d9535dd14c7d7713e0847fb36c6e19 (plain)
1
2
3
4
5
6
7
#include <device/device.h>
#include "chip.h"


struct chip_operations cpu_intel_slot_2_control = {
	.name = "slot 2",
};