]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/pci/intr_remapping.h
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.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)