Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
ce1a9ee33a5864f3d199baa1d3e154a1f9a6f3dd
/
.
/
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
)