diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86_64/calgary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86_64/calgary.h b/include/asm-x86_64/calgary.h index 458ab19a70f0..67f60406e2d8 100644 --- a/include/asm-x86_64/calgary.h +++ b/include/asm-x86_64/calgary.h | |||
@@ -46,6 +46,7 @@ struct iommu_table { | |||
46 | struct cal_chipset_ops { | 46 | struct cal_chipset_ops { |
47 | void (*handle_quirks)(struct iommu_table *tbl, struct pci_dev *dev); | 47 | void (*handle_quirks)(struct iommu_table *tbl, struct pci_dev *dev); |
48 | void (*tce_cache_blast)(struct iommu_table *tbl); | 48 | void (*tce_cache_blast)(struct iommu_table *tbl); |
49 | void (*dump_error_regs)(struct iommu_table *tbl); | ||
49 | }; | 50 | }; |
50 | 51 | ||
51 | #define TCE_TABLE_SIZE_UNSPECIFIED ~0 | 52 | #define TCE_TABLE_SIZE_UNSPECIFIED ~0 |