f13f53a09ff9b3ed8e3427d1924e3a297ca7dbc5
[coreboot.git] / src / northbridge / amd / gx2 / raminit.h
1 #ifndef RAMINIT_H
2 #define RAMINIT_H
3
4 #define DIMM_SOCKETS 2
5
6 struct mem_controller {
7         uint16_t channel0[DIMM_SOCKETS];
8 };
9
10 #endif /* RAMINIT_H */