1 /* SPDX-License-Identifier: GPL-2.0 */
11 extern const struct iommu_ops *of_iommu_configure(struct device *dev,
12 struct device_node *master_np,
17 static inline const struct iommu_ops *of_iommu_configure(struct device *dev,
18 struct device_node *master_np,
24 #endif /* CONFIG_OF_IOMMU */
26 #endif /* __OF_IOMMU_H */