remove more warnings. move ROOT_COMPLEX selection to fam10
[coreboot.git] / src / northbridge / amd / lx / raminit.h
index 4d6652f83b16911c3c3ad0a42e0a39b3cabe2a7d..b05b0edf5bab08248b7ee3162e8a759941111ed9 100644 (file)
@@ -27,4 +27,6 @@ struct mem_controller {
        uint16_t channel0[DIMM_SOCKETS];
 };
 
-#endif                         /* RAMINIT_H */
+void sdram_initialize(int controllers, const struct mem_controller *ctrl);
+
+#endif