1 /* SPDX-License-Identifier: GPL-2.0 */
11 extern int of_iommu_configure(struct device
*dev
, struct device_node
*master_np
,
14 extern void of_iommu_get_resv_regions(struct device
*dev
,
15 struct list_head
*list
);
19 static inline int of_iommu_configure(struct device
*dev
,
20 struct device_node
*master_np
,
26 static inline void of_iommu_get_resv_regions(struct device
*dev
,
27 struct list_head
*list
)
31 #endif /* CONFIG_OF_IOMMU */
33 #endif /* __OF_IOMMU_H */