Creator: Hamish Guthrie <hamish@prodigi.ch> Added AMD GX1 northbridge and cs5530 Southbridge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1942 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
12 lines
162 B
C
12 lines
162 B
C
#ifndef RAMINIT_H
|
|
#define RAMINIT_H
|
|
|
|
#define DIMM_SOCKETS 4
|
|
struct mem_controller {
|
|
device_t d0;
|
|
uint16_t channel0[DIMM_SOCKETS];
|
|
};
|
|
|
|
|
|
#endif /* RAMINIT_H */
|