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


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