|
@@ -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
|
|
/* Can't use the common MSI interrupt functions
|
|
* since DMAR is not a pci device
|
|
* 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_read(int irq, struct msi_msg *msg);
|
|
extern void dmar_msi_write(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);
|
|
extern int dmar_set_interrupt(struct intel_iommu *iommu);
|