aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iommu-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/iommu-common.h')
-rw-r--r--include/linux/iommu-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/iommu-common.h b/include/linux/iommu-common.h
index bbced83b32ee..376a27c9cc6a 100644
--- a/include/linux/iommu-common.h
+++ b/include/linux/iommu-common.h
@@ -7,6 +7,7 @@
7 7
8#define IOMMU_POOL_HASHBITS 4 8#define IOMMU_POOL_HASHBITS 4
9#define IOMMU_NR_POOLS (1 << IOMMU_POOL_HASHBITS) 9#define IOMMU_NR_POOLS (1 << IOMMU_POOL_HASHBITS)
10#define IOMMU_ERROR_CODE (~(unsigned long) 0)
10 11
11struct iommu_pool { 12struct iommu_pool {
12 unsigned long start; 13 unsigned long start;