Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / pci / intr_remapping.h
1 #include <linux/intel-iommu.h>
2
3 struct ioapic_scope {
4 struct intel_iommu *iommu;
5 unsigned int id;
6 };
7
8 #define IR_X2APIC_MODE(mode) (mode ? (1 << 11) : 0)
This page took 0.032132 seconds and 6 git commands to generate.