aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/xe7501devkit/mainboard.c
blob: 158b0183e2270df975ae0657f809b2aa0851d30a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include "chip.h"

#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_intel_xe7501devkit_ops = {
	CHIP_NAME("Intel Xeon E7501 DevKit mainboard")
};
#endif