aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r--arch/arm/mach-omap2/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
index febffde2ff10..5aa1acbcc33e 100644
--- a/arch/arm/mach-omap2/common.h
+++ b/arch/arm/mach-omap2/common.h
@@ -235,5 +235,10 @@ static inline u32 omap4_mpuss_read_prev_context_state(void)
235 return 0; 235 return 0;
236} 236}
237#endif 237#endif
238
239struct omap_sdrc_params;
240extern void omap_sdrc_init(struct omap_sdrc_params *sdrc_cs0,
241 struct omap_sdrc_params *sdrc_cs1);
242
238#endif /* __ASSEMBLER__ */ 243#endif /* __ASSEMBLER__ */
239#endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */ 244#endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */