diff options
Diffstat (limited to 'arch/arm/plat-omap/sram.h')
| -rw-r--r-- | arch/arm/plat-omap/sram.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/sram.h b/arch/arm/plat-omap/sram.h new file mode 100644 index 000000000000..29b43ef97f20 --- /dev/null +++ b/arch/arm/plat-omap/sram.h | |||
| @@ -0,0 +1,6 @@ | |||
| 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__ */ | ||
