diff options
author | Tony Lindgren <tony@atomide.com> | 2012-06-28 14:47:01 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-06-28 14:47:01 +0200 |
commit | 472fd5401561f94698f4c8f9dbbbfbf76ab55626 (patch) | |
tree | 2b026da522975ca03bfcdd80b66bb266ed6553a9 /arch/arm/mach-omap2/control.h | |
parent | Merge branches 'cleanup-udc' and 'cleanup-dma' into cleanup (diff) | |
parent | Merge tag 'omap-cleanup-a-for-3.6' of git://git.kernel.org/pub/scm/linux/kern... (diff) | |
download | linux-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.h | 2 |
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 |