]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/htirq.h
drivers/net/arcnet/arcnet.c: use time_* macros
[linux-2.6-omap-h63xx.git] / include / linux / htirq.h
index 108f0d91e11e79185498f4b35d709c2ed8f09023..c96ea46737d03067afeeeeb4191c29c3ec438d6f 100644 (file)
@@ -15,4 +15,9 @@ void unmask_ht_irq(unsigned int irq);
 /* The arch hook for getting things started */
 int arch_setup_ht_irq(unsigned int irq, struct pci_dev *dev);
 
+/* For drivers of buggy hardware */
+typedef void (ht_irq_update_t)(struct pci_dev *dev, int irq,
+                              struct ht_irq_msg *msg);
+int __ht_create_irq(struct pci_dev *dev, int idx, ht_irq_update_t *update);
+
 #endif /* LINUX_HTIRQ_H */