]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/plat-omap/include/plat/omap_hwmod.h
ARM: OMAP: hwmod: add support for selecting mpu_irq for each wakeup pad
[karo-tx-linux.git] / arch / arm / plat-omap / include / plat / omap_hwmod.h
index f7054926f4e74726f29a4a131d1b988c3528a17c..ef4bf313fe740dcaf291e50be97b4951819c68bf 100644 (file)
@@ -605,6 +605,8 @@ int omap_hwmod_get_context_loss_count(struct omap_hwmod *oh);
 
 int omap_hwmod_no_setup_reset(struct omap_hwmod *oh);
 
+int omap_hwmod_pad_route_irq(struct omap_hwmod *oh, int pad_idx, int irq_idx);
+
 /*
  * Chip variant-specific hwmod init routines - XXX should be converted
  * to use initcalls once the initial boot ordering is straightened out