WIP FPC-III support
[linux/fpc-iii.git] / drivers / clk / mvebu / armada_ap_cp_helper.h
blob810af1e5dfa4495fc2123cb4b463765fbcdec57c
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 #ifndef __ARMADA_AP_CP_HELPER_H
4 #define __ARMADA_AP_CP_HELPER_H
6 struct device;
7 struct device_node;
9 char *ap_cp_unique_name(struct device *dev, struct device_node *np,
10 const char *name);
11 #endif