KVM: ppc: kvmppc_44x_shadow_release() does not require mmap_sem to be locked
[linux-2.6.git] / drivers / pci / intr_remapping.h
blob05f2635bbe4e501caa8f59953003ba2f6b9e4610
1 #include "intel-iommu.h"
3 struct ioapic_scope {
4 struct intel_iommu *iommu;
5 unsigned int id;
6 };
8 #define IR_X2APIC_MODE(mode) (mode ? (1 << 11) : 0)