aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/e7501/northbridge.c
blob: ec85be72a3ce10326ca511733b7f79b75baaf32b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <console/console.h>
#include <arch/io.h>
#include <stdint.h>
#include <device/device.h>
#include <device/pci.h>
#include <stdlib.h>
#include <string.h>
#include <bitops.h>
#include "chip.h"

#if CONFIG_CHIP_NAME
struct chip_operations northbridge_intel_e7501_ops = {
	CHIP_NAME("Intel E7501 northbridge")
};
#endif