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


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