]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/dmar.h
dmar: Convert to new irq chip functions
[mv-sheeva.git] / include / linux / dmar.h
index d7cecc90ed34069f99c92692b17ed7d91aac2a20..cb86aa1ca436461a66d286b9db6b8f3907888727 100644 (file)
@@ -187,8 +187,9 @@ static inline int set_msi_sid(struct irte *irte, struct pci_dev *dev)
 /* Can't use the common MSI interrupt functions
  * since DMAR is not a pci device
  */
-extern void dmar_msi_unmask(unsigned int irq);
-extern void dmar_msi_mask(unsigned int irq);
+struct irq_data;
+extern void dmar_msi_unmask(struct irq_data *data);
+extern void dmar_msi_mask(struct irq_data *data);
 extern void dmar_msi_read(int irq, struct msi_msg *msg);
 extern void dmar_msi_write(int irq, struct msi_msg *msg);
 extern int dmar_set_interrupt(struct intel_iommu *iommu);