aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/e7520/raminit.h
blob: 183ace838560f4300b3a5357da689529088b0db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef RAMINIT_H
#define RAMINIT_H

#define DIMM_SOCKETS 4
struct mem_controller {
	unsigned node_id;
	device_t f0, f1, f2, f3;
	uint16_t channel0[DIMM_SOCKETS];
	uint16_t channel1[DIMM_SOCKETS];
};

#endif /* RAMINIT_H */