- First stab at running linuxbios without the old static device tree.
[coreboot.git] / src / cpu / intel / slot_2 / slot_2.c
1 #include <device/device.h>
2 #include "chip.h"
3
4
5 struct chip_control cpu_intel_slot_2_control = {
6         .name = "slot 2",
7 };