aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/e7520/raminit.h
blob: 9fcc3801bba557607dce7774aaef85f2fc254af4 (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;
	u16 channel0[DIMM_SOCKETS];
	u16 channel1[DIMM_SOCKETS];
};

#endif /* RAMINIT_H */