OMAP2+: add PRM VP functions for checking/clearing VP TX done status
[pandora-kernel.git] / arch / arm / mach-omap2 / prm2xxx_3xxx.h
index a1fc62a..5112526 100644 (file)
@@ -303,6 +303,10 @@ extern int omap2_prm_is_hardreset_asserted(s16 prm_mod, u8 shift);
 extern int omap2_prm_assert_hardreset(s16 prm_mod, u8 shift);
 extern int omap2_prm_deassert_hardreset(s16 prm_mod, u8 rst_shift, u8 st_shift);
 
+/* OMAP3-specific VP functions */
+u32 omap3_prm_vp_check_txdone(u8 vp_id);
+void omap3_prm_vp_clear_txdone(u8 vp_id);
+
 #endif /* CONFIG_ARCH_OMAP4 */
 #endif