Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
81854f82c5c1a203b2f5c94f6aa2ed8b8e19f025
/
.
/
drivers
/
pci
/
intr_remapping.h
blob: ca48f0df8ac989bb41889e1efd87db7d5ee5fe10 [
file
] [
log
] [
blame
]
#include
<linux/intel-iommu.h>
struct
ioapic_scope
{
struct
intel_iommu
*
iommu
;
unsigned
int
id
;
};
#define
IR_X2APIC_MODE
(
mode
)
(
mode
?
(
1
<<
11
)
:
0
)