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


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