Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[deliverable/linux.git] / drivers / pci / intr_remapping.h
CommitLineData
38717946 1#include <linux/intel-iommu.h>
ad3ad3f6
SS
2
3struct ioapic_scope {
4 struct intel_iommu *iommu;
5 unsigned int id;
f007e99c
WH
6 unsigned int bus; /* PCI bus number */
7 unsigned int devfn; /* PCI devfn number */
ad3ad3f6 8};
2ae21010
SS
9
10#define IR_X2APIC_MODE(mode) (mode ? (1 << 11) : 0)
This page took 0.115616 seconds and 5 git commands to generate.