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


struct chip_operations cpu_intel_slot_2_control = {
	CHIP_NAME("slot 2")
};