blob: d1b419df6cb86645a77e97866f454b5b72f8abbb (
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 <cpu/x86/msr.h>
#include "chip.h"
struct chip_operations mainboard_dell_s2850_ops = {
CHIP_NAME("Dell S2850")
};
|