We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c9135 commit a26dd54Copy full SHA for a26dd54
drivers/iommu/amd/amd_iommu.h
@@ -176,12 +176,11 @@ void amd_iommu_apply_ivrs_quirks(void);
176
#else
177
static inline void amd_iommu_apply_ivrs_quirks(void) { }
178
#endif
179
+struct dev_table_entry *amd_iommu_get_ivhd_dte_flags(u16 segid, u16 devid);
180
181
void amd_iommu_domain_set_pgtable(struct protection_domain *domain,
182
u64 *root, int mode);
183
struct dev_table_entry *get_dev_table(struct amd_iommu *iommu);
-
184
-#endif
185
186
-struct dev_table_entry *amd_iommu_get_ivhd_dte_flags(u16 segid, u16 devid);
187
struct iommu_dev_data *search_dev_data(struct amd_iommu *iommu, u16 devid);
+
+#endif /* AMD_IOMMU_H */
0 commit comments