Merge tag 'hwmon-for-v6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / interconnect / qcom / icc-common.h
blob21c39b1639486b144df856adfb2a4141a53f919b
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (C) 2022 Linaro Ltd.
4 */
6 #ifndef __DRIVERS_INTERCONNECT_QCOM_ICC_COMMON_H__
7 #define __DRIVERS_INTERCONNECT_QCOM_ICC_COMMON_H__
9 #include <linux/interconnect-provider.h>
11 struct icc_node_data *qcom_icc_xlate_extended(const struct of_phandle_args *spec,
12 void *data);
14 #endif