aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/e7501/raminit.h
blob: c1dc4baeafd3f3e7dba8e08d626a6e89c3f3e359 (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 {
	device_t d0, d0f1; 
	uint16_t channel0[DIMM_SOCKETS];
	uint16_t channel1[DIMM_SOCKETS];
};


#endif /* RAMINIT_H */