- Moved hlt() to it's own header.
[coreboot.git] / src / northbridge / amd / amdk8 / raminit.h
1 #ifndef RAMINIT_H
2 #define RAMINIT_H
3
4 #define DIMM_SOCKETS 4
5 struct mem_controller {
6         unsigned node_id;
7         device_t f0, f1, f2, f3;
8         uint16_t channel0[DIMM_SOCKETS];
9         uint16_t channel1[DIMM_SOCKETS];
10 };
11
12
13 #endif /* RAMINIT_H */