diff options
Diffstat (limited to 'include/linux/dmar.h')
-rw-r--r-- | include/linux/dmar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dmar.h b/include/linux/dmar.h index c7768330c11d..8a035aec14a9 100644 --- a/include/linux/dmar.h +++ b/include/linux/dmar.h | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/acpi.h> | 24 | #include <linux/acpi.h> |
25 | #include <linux/types.h> | 25 | #include <linux/types.h> |
26 | #include <linux/msi.h> | 26 | #include <linux/msi.h> |
27 | #include <linux/irqreturn.h> | ||
27 | 28 | ||
28 | #if defined(CONFIG_DMAR) || defined(CONFIG_INTR_REMAP) | 29 | #if defined(CONFIG_DMAR) || defined(CONFIG_INTR_REMAP) |
29 | struct intel_iommu; | 30 | struct intel_iommu; |
@@ -125,6 +126,7 @@ extern void dmar_msi_mask(unsigned int irq); | |||
125 | extern void dmar_msi_read(int irq, struct msi_msg *msg); | 126 | extern void dmar_msi_read(int irq, struct msi_msg *msg); |
126 | extern void dmar_msi_write(int irq, struct msi_msg *msg); | 127 | extern void dmar_msi_write(int irq, struct msi_msg *msg); |
127 | extern int dmar_set_interrupt(struct intel_iommu *iommu); | 128 | extern int dmar_set_interrupt(struct intel_iommu *iommu); |
129 | extern irqreturn_t dmar_fault(int irq, void *dev_id); | ||
128 | extern int arch_setup_dmar_msi(unsigned int irq); | 130 | extern int arch_setup_dmar_msi(unsigned int irq); |
129 | 131 | ||
130 | #ifdef CONFIG_DMAR | 132 | #ifdef CONFIG_DMAR |