summaryrefslogtreecommitdiff
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 00000000000..d5a6c836230
--- /dev/null
+++ b/arch/arm/mach-omap1/sram.h
@@ -0,0 +1,7 @@
+#include <plat/sram.h>
+
+extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
+
+/* Do not use these */
+extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
+extern unsigned long omap1_sram_reprogram_clock_sz;