aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i855/raminit.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-14 09:04:31 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-14 09:04:31 +0000
commitc264ad930a2579dc235de0c95842374e89ff5d6a (patch)
treec095977ca6ea6f6fea8282e3abd672e3191d5591 /src/northbridge/intel/i855/raminit.h
parentccdd20a539f81591df3ca5d89e2b74663865e0b1 (diff)
fix digitallogic adl855pc compilation (and clean up the warnings while at it)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5424 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel/i855/raminit.h')
-rw-r--r--src/northbridge/intel/i855/raminit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/intel/i855/raminit.h b/src/northbridge/intel/i855/raminit.h
index a312ee511f..dbd0be6927 100644
--- a/src/northbridge/intel/i855/raminit.h
+++ b/src/northbridge/intel/i855/raminit.h
@@ -28,5 +28,7 @@ struct mem_controller {
uint16_t channel0[DIMM_SOCKETS];
};
+void sdram_initialize(int controllers, const struct mem_controller *ctrl);
+
#endif /* RAMINIT_H */