git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2181 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
11 lines
146 B
C
11 lines
146 B
C
#ifndef RAMINIT_H
|
|
#define RAMINIT_H
|
|
|
|
#define DIMM_SOCKETS 2
|
|
|
|
struct mem_controller {
|
|
uint16_t channel0[DIMM_SOCKETS];
|
|
};
|
|
|
|
#endif /* RAMINIT_H */
|