Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (C) 2022 Linaro Ltd.
0004  */
0005 
0006 #ifndef __DRIVERS_INTERCONNECT_QCOM_ICC_COMMON_H__
0007 #define __DRIVERS_INTERCONNECT_QCOM_ICC_COMMON_H__
0008 
0009 #include <linux/interconnect-provider.h>
0010 
0011 struct icc_node_data *qcom_icc_xlate_extended(struct of_phandle_args *spec, void *data);
0012 
0013 #endif