diff options
Diffstat (limited to 'arch/arm/mach-omap2/prminst44xx.h')
-rw-r--r-- | arch/arm/mach-omap2/prminst44xx.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/prminst44xx.h b/arch/arm/mach-omap2/prminst44xx.h index c14ae294cd54..46f2efb36596 100644 --- a/arch/arm/mach-omap2/prminst44xx.h +++ b/arch/arm/mach-omap2/prminst44xx.h | |||
@@ -21,13 +21,13 @@ extern void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx); | |||
21 | extern u32 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, | 21 | extern u32 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, |
22 | s16 inst, u16 idx); | 22 | s16 inst, u16 idx); |
23 | 23 | ||
24 | extern void omap4_prm_global_warm_sw_reset(void); | 24 | extern void omap4_prminst_global_warm_sw_reset(void); |
25 | 25 | ||
26 | extern int omap4_prminst_is_hardreset_asserted(u8 shift, u8 part, s16 inst, | 26 | extern int omap4_prminst_is_hardreset_asserted(u8 shift, u8 part, s16 inst, |
27 | u16 rstctrl_offs); | 27 | u16 rstctrl_offs); |
28 | extern int omap4_prminst_assert_hardreset(u8 shift, u8 part, s16 inst, | 28 | extern int omap4_prminst_assert_hardreset(u8 shift, u8 part, s16 inst, |
29 | u16 rstctrl_offs); | 29 | u16 rstctrl_offs); |
30 | extern int omap4_prminst_deassert_hardreset(u8 shift, u8 part, s16 inst, | 30 | extern int omap4_prminst_deassert_hardreset(u8 shift, u8 part, s16 inst, |
31 | u16 rstctrl_offs); | 31 | u16 rstctrl_offs); |
32 | 32 | ||
33 | #endif | 33 | #endif |