summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/e7501/raminit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/e7501/raminit.h')
-rw-r--r--src/northbridge/intel/e7501/raminit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/northbridge/intel/e7501/raminit.h b/src/northbridge/intel/e7501/raminit.h
index 4f783b8cd7..0d09414904 100644
--- a/src/northbridge/intel/e7501/raminit.h
+++ b/src/northbridge/intel/e7501/raminit.h
@@ -15,5 +15,8 @@ struct mem_controller {
uint16_t channel1[MAX_DIMM_SOCKETS_PER_CHANNEL];
};
+#ifndef __ROMCC__
+void sdram_initialize(int controllers, const struct mem_controller *ctrl);
+#endif
#endif /* RAMINIT_H */