Sign in
kunit
/
linux
/
4fb6de2561d5c47f3539a7b412108164d79fbb96
/
.
/
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
)