aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/mvebu/armada_ap_cp_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/mvebu/armada_ap_cp_helper.h')
-rw-r--r--drivers/clk/mvebu/armada_ap_cp_helper.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/clk/mvebu/armada_ap_cp_helper.h b/drivers/clk/mvebu/armada_ap_cp_helper.h
new file mode 100644
index 000000000000..810af1e5dfa4
--- /dev/null
+++ b/drivers/clk/mvebu/armada_ap_cp_helper.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+
+#ifndef __ARMADA_AP_CP_HELPER_H
+#define __ARMADA_AP_CP_HELPER_H
+
+struct device;
+struct device_node;
+
+char *ap_cp_unique_name(struct device *dev, struct device_node *np,
+ const char *name);
+#endif