diff options
-rw-r--r-- | include/linux/iommu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h index f47383a05d34..e438b30f062b 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h | |||
@@ -61,6 +61,7 @@ enum iommu_cap { | |||
61 | IOMMU_CAP_CACHE_COHERENCY, /* IOMMU can enforce cache coherent DMA | 61 | IOMMU_CAP_CACHE_COHERENCY, /* IOMMU can enforce cache coherent DMA |
62 | transactions */ | 62 | transactions */ |
63 | IOMMU_CAP_INTR_REMAP, /* IOMMU supports interrupt isolation */ | 63 | IOMMU_CAP_INTR_REMAP, /* IOMMU supports interrupt isolation */ |
64 | IOMMU_CAP_NOEXEC, /* IOMMU_NOEXEC flag */ | ||
64 | }; | 65 | }; |
65 | 66 | ||
66 | /* | 67 | /* |