genirq: Use irq_resolve_mapping() to implement __handle_domain_irq() and co
[linux-2.6-block.git] / include / linux / irqdesc.h
index df465125078552b097e38ccf26e9e4b0249e6970..cdd1cf8207f6217ca9320795c2fa8730c6a27174 100644 (file)
@@ -158,6 +158,7 @@ static inline void generic_handle_irq_desc(struct irq_desc *desc)
        desc->handle_irq(desc);
 }
 
+int handle_irq_desc(struct irq_desc *desc);
 int generic_handle_irq(unsigned int irq);
 
 #ifdef CONFIG_HANDLE_DOMAIN_IRQ