diff options
Diffstat (limited to 'arch/arm/mach-omap2/prm44xx.h')
-rw-r--r-- | arch/arm/mach-omap2/prm44xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prm44xx.h b/arch/arm/mach-omap2/prm44xx.h index 358865344d58..95542aec6c90 100644 --- a/arch/arm/mach-omap2/prm44xx.h +++ b/arch/arm/mach-omap2/prm44xx.h | |||
@@ -756,6 +756,8 @@ extern int omap4_prm_is_hardreset_asserted(void __iomem *rstctrl_reg, u8 shift); | |||
756 | extern int omap4_prm_assert_hardreset(void __iomem *rstctrl_reg, u8 shift); | 756 | extern int omap4_prm_assert_hardreset(void __iomem *rstctrl_reg, u8 shift); |
757 | extern int omap4_prm_deassert_hardreset(void __iomem *rstctrl_reg, u8 shift); | 757 | extern int omap4_prm_deassert_hardreset(void __iomem *rstctrl_reg, u8 shift); |
758 | 758 | ||
759 | extern void omap4_prm_global_warm_sw_reset(void); | ||
760 | |||
759 | # endif | 761 | # endif |
760 | 762 | ||
761 | #endif | 763 | #endif |