xref: /linux/drivers/interconnect/qcom/icc-common.h (revision e790a4ce529041bb21ec0b69a38c1b92f29df2cf)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2022 Linaro Ltd.
4  */
5 
6 #ifndef __DRIVERS_INTERCONNECT_QCOM_ICC_COMMON_H__
7 #define __DRIVERS_INTERCONNECT_QCOM_ICC_COMMON_H__
8 
9 #include <linux/interconnect-provider.h>
10 
11 struct icc_node_data *qcom_icc_xlate_extended(struct of_phandle_args *spec, void *data);
12 
13 #endif
14