summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/control.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-06-28 14:47:01 +0200
committerTony Lindgren <tony@atomide.com>2012-06-28 14:47:01 +0200
commit472fd5401561f94698f4c8f9dbbbfbf76ab55626 (patch)
tree2b026da522975ca03bfcdd80b66bb266ed6553a9 /arch/arm/mach-omap2/control.h
parentMerge branches 'cleanup-udc' and 'cleanup-dma' into cleanup (diff)
parentMerge tag 'omap-cleanup-a-for-3.6' of git://git.kernel.org/pub/scm/linux/kern... (diff)
downloadlinux-472fd5401561f94698f4c8f9dbbbfbf76ab55626.tar.xz
linux-472fd5401561f94698f4c8f9dbbbfbf76ab55626.zip
Merge branch 'cleanup-hwmod' into cleanup
Conflicts: arch/arm/mach-omap2/dsp.c
Diffstat (limited to 'arch/arm/mach-omap2/control.h')
-rw-r--r--arch/arm/mach-omap2/control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/control.h b/arch/arm/mach-omap2/control.h
index a406fd045ce1..fcc98f822d9d 100644
--- a/arch/arm/mach-omap2/control.h
+++ b/arch/arm/mach-omap2/control.h
@@ -397,6 +397,8 @@ extern u32 omap3_arm_context[128];
extern void omap3_control_save_context(void);
extern void omap3_control_restore_context(void);
extern void omap3_ctrl_write_boot_mode(u8 bootmode);
+extern void omap_ctrl_write_dsp_boot_addr(u32 bootaddr);
+extern void omap_ctrl_write_dsp_boot_mode(u8 bootmode);
extern void omap3630_ctrl_disable_rta(void);
extern int omap3_ctrl_save_padconf(void);
#else