aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/sram.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/sram.h')
-rw-r--r--arch/arm/mach-omap1/sram.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/sram.h b/arch/arm/mach-omap1/sram.h
new file mode 100644
index 000000000000..d5a6c8362301
--- /dev/null
+++ b/arch/arm/mach-omap1/sram.h
@@ -0,0 +1,7 @@
1#include <plat/sram.h>
2
3extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
4
5/* Do not use these */
6extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
7extern unsigned long omap1_sram_reprogram_clock_sz;