1cb4805b5SLeo Yan /* SPDX-License-Identifier: GPL-2.0 */ 2cb4805b5SLeo Yan /* 3cb4805b5SLeo Yan * Copyright (C) 2022 Linaro Ltd. 4cb4805b5SLeo Yan */ 5cb4805b5SLeo Yan 6cb4805b5SLeo Yan #ifndef __DRIVERS_INTERCONNECT_QCOM_ICC_COMMON_H__ 7cb4805b5SLeo Yan #define __DRIVERS_INTERCONNECT_QCOM_ICC_COMMON_H__ 8cb4805b5SLeo Yan 9cb4805b5SLeo Yan #include <linux/interconnect-provider.h> 10cb4805b5SLeo Yan 11*0dc5b8abSKrzysztof Kozlowski struct icc_node_data *qcom_icc_xlate_extended(const struct of_phandle_args *spec, 12*0dc5b8abSKrzysztof Kozlowski void *data); 13cb4805b5SLeo Yan 14cb4805b5SLeo Yan #endif 15