coreboot-kgpe-d16/src/northbridge/intel/e7520/raminit.h

13 lines
217 B
C
Raw Normal View History

#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 */