aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/iommu.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-x86/hvm/iommu.h')
-rw-r--r--xen/include/asm-x86/hvm/iommu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/iommu.h b/xen/include/asm-x86/hvm/iommu.h
index 210530947f..5ac7aef1c9 100644
--- a/xen/include/asm-x86/hvm/iommu.h
+++ b/xen/include/asm-x86/hvm/iommu.h
@@ -48,6 +48,9 @@ struct hvm_iommu {
int domain_id;
int paging_mode;
void *root_table;
+
+ /* iommu_ops */
+ struct iommu_ops *platform_ops;
};
#endif // __ASM_X86_HVM_IOMMU_H__