aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/omap_hwmod.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/include/plat/omap_hwmod.h')
-rw-r--r--arch/arm/plat-omap/include/plat/omap_hwmod.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap_hwmod.h b/arch/arm/plat-omap/include/plat/omap_hwmod.h
index bba234337d00..98f7f618a91f 100644
--- a/arch/arm/plat-omap/include/plat/omap_hwmod.h
+++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h
@@ -555,6 +555,7 @@ int omap_hwmod_enable_clocks(struct omap_hwmod *oh);
555int omap_hwmod_disable_clocks(struct omap_hwmod *oh); 555int omap_hwmod_disable_clocks(struct omap_hwmod *oh);
556 556
557int omap_hwmod_set_slave_idlemode(struct omap_hwmod *oh, u8 idlemode); 557int omap_hwmod_set_slave_idlemode(struct omap_hwmod *oh, u8 idlemode);
558int omap_hwmod_set_ocp_autoidle(struct omap_hwmod *oh, u8 autoidle);
558 559
559int omap_hwmod_reset(struct omap_hwmod *oh); 560int omap_hwmod_reset(struct omap_hwmod *oh);
560void omap_hwmod_ocp_barrier(struct omap_hwmod *oh); 561void omap_hwmod_ocp_barrier(struct omap_hwmod *oh);