1*33c02590SGregory CLEMENT /* SPDX-License-Identifier: GPL-2.0+ */
2*33c02590SGregory CLEMENT 
3*33c02590SGregory CLEMENT #ifndef __ARMADA_AP_CP_HELPER_H
4*33c02590SGregory CLEMENT #define __ARMADA_AP_CP_HELPER_H
5*33c02590SGregory CLEMENT 
6*33c02590SGregory CLEMENT struct device;
7*33c02590SGregory CLEMENT struct device_node;
8*33c02590SGregory CLEMENT 
9*33c02590SGregory CLEMENT char *ap_cp_unique_name(struct device *dev, struct device_node *np,
10*33c02590SGregory CLEMENT 			const char *name);
11*33c02590SGregory CLEMENT #endif
12