x86/PCI: Add driver for Intel Volume Management Device (VMD)
[linux-2.6-block.git] / arch / x86 / include / asm / hw_irq.h
index 1e3408e88604cd5b18bb67884aaa496d5344b969..1815b736269d1ef46265f8e580f27335371e64de 100644 (file)
@@ -129,6 +129,11 @@ struct irq_alloc_info {
                        unsigned long   uv_offset;
                        char            *uv_name;
                };
+#endif
+#if IS_ENABLED(CONFIG_VMD)
+               struct {
+                       struct msi_desc *desc;
+               };
 #endif
        };
 };