summaryrefslogtreecommitdiff
path: root/src/northbridge/via/cn700/raminit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/cn700/raminit.h')
-rw-r--r--src/northbridge/via/cn700/raminit.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/northbridge/via/cn700/raminit.h b/src/northbridge/via/cn700/raminit.h
index 80e085fc6f..073b2531ba 100644
--- a/src/northbridge/via/cn700/raminit.h
+++ b/src/northbridge/via/cn700/raminit.h
@@ -24,4 +24,9 @@ struct mem_controller {
u8 channel0[DIMM_SOCKETS];
};
+void ddr_ram_setup(const struct mem_controller *ctrl);
+
+/* mainboard specific */
+int spd_read_byte(unsigned device, unsigned address);
+
#endif