From 0bf43016004f5c7f69b4aa0094cb88f2a471e4c7 Mon Sep 17 00:00:00 2001 From: cmchao Date: Mon, 31 May 2010 23:54:18 +0800 Subject: hw/omap2.c : separate sdrc (sdram controller) Signed-off-by: cmchao Signed-off-by: Aurelien Jarno --- hw/omap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/omap.h') diff --git a/hw/omap.h b/hw/omap.h index c596953..ad4a465 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -90,8 +90,10 @@ struct omap_sysctl_s; struct omap_sysctl_s *omap_sysctl_init(struct omap_target_agent_s *ta, omap_clk iclk, struct omap_mpu_state_s *mpu); +/* OMAP2 SDRAM controller */ struct omap_sdrc_s; struct omap_sdrc_s *omap_sdrc_init(target_phys_addr_t base); +void omap_sdrc_reset(struct omap_sdrc_s *s); /* OMAP2 general purpose memory controller */ struct omap_gpmc_s; -- cgit v1.1