Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/drivers/interconnect/qcom/icc-common.h
2026-04-04 07:45:01 +00:00

15 lines
340 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2022 Linaro Ltd.
*/
#ifndef __DRIVERS_INTERCONNECT_QCOM_ICC_COMMON_H__
#define __DRIVERS_INTERCONNECT_QCOM_ICC_COMMON_H__
#include <linux/interconnect-provider.h>
struct icc_node_data *qcom_icc_xlate_extended(const struct of_phandle_args *spec,
void *data);
#endif