Unify crt0s setup to src/arch/i386/Makefile.inc. This variable
[coreboot.git] / src / northbridge / intel / i855pm / raminit.h
1 #ifndef RAMINIT_H
2 #define RAMINIT_H
3
4 /* I think the 855 is only four sockets -- RGM */
5 #define DIMM_SOCKETS 4
6 struct mem_controller {
7   device_t d0;
8   uint16_t channel0[DIMM_SOCKETS];
9 };
10
11
12 #endif /* RAMINIT_H */