summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/iommu_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/iommu_table.h')
-rw-r--r--arch/x86/include/asm/iommu_table.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/iommu_table.h b/arch/x86/include/asm/iommu_table.h
index 435176f96a56..2124e3ef6f98 100644
--- a/arch/x86/include/asm/iommu_table.h
+++ b/arch/x86/include/asm/iommu_table.h
@@ -92,4 +92,10 @@ struct iommu_table_entry {
#define IOMMU_INIT(_detect, _depend, _init, _late_init) \
__IOMMU_INIT(_detect, _depend, _init, _late_init, 0)
+void sort_iommu_table(struct iommu_table_entry *start,
+ struct iommu_table_entry *finish);
+
+void check_iommu_entries(struct iommu_table_entry *start,
+ struct iommu_table_entry *finish);
+
#endif /* _ASM_X86_IOMMU_TABLE_H */