summaryrefslogtreecommitdiff
path: root/drivers/interconnect/qcom/icc-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/interconnect/qcom/icc-common.h')
-rw-r--r--drivers/interconnect/qcom/icc-common.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/interconnect/qcom/icc-common.h b/drivers/interconnect/qcom/icc-common.h
new file mode 100644
index 000000000000..21c39b163948
--- /dev/null
+++ b/drivers/interconnect/qcom/icc-common.h
@@ -0,0 +1,14 @@
+/* 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