1 #ifndef __PLAT_OMAP_SRAM_H__ 2 #define __PLAT_OMAP_SRAM_H__ 3 4 extern int __init omap_sram_init(void); 5 6 #endif /* __PLAT_OMAP_SRAM_H__ */ 7