aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/include/asm/irq_remapping.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/include/asm/irq_remapping.h b/arch/x86/include/asm/irq_remapping.h
index aca6aa2088b2..d806b228d2c0 100644
--- a/arch/x86/include/asm/irq_remapping.h
+++ b/arch/x86/include/asm/irq_remapping.h
@@ -24,6 +24,13 @@
24 24
25#include <asm/io_apic.h> 25#include <asm/io_apic.h>
26 26
27struct IO_APIC_route_entry;
28struct io_apic_irq_attr;
29struct irq_chip;
30struct msi_msg;
31struct pci_dev;
32struct irq_cfg;
33
27#ifdef CONFIG_IRQ_REMAP 34#ifdef CONFIG_IRQ_REMAP
28 35
29extern void setup_irq_remapping_ops(void); 36extern void setup_irq_remapping_ops(void);