Merge branch 'fix/hda-samsung-p50' into topic/hda
[pandora-kernel.git] / drivers / pci / intr_remapping.h
index ca48f0d..63a263c 100644 (file)
@@ -3,6 +3,8 @@
 struct ioapic_scope {
        struct intel_iommu *iommu;
        unsigned int id;
+       unsigned int bus;       /* PCI bus number */
+       unsigned int devfn;     /* PCI devfn number */
 };
 
 #define IR_X2APIC_MODE(mode) (mode ? (1 << 11) : 0)