blob: 923878291addac6a30b96e02163c28150ceb0eaf (
plain)
1
2
3
4
5
6
7
8
9
|
#include <device/device.h>
#include "chip.h"
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_intel_xe7501devkit_ops = {
CHIP_NAME("Intel Xeon E7501 DevKit Mainboard")
};
#endif
|