133c02590SGregory CLEMENT /* SPDX-License-Identifier: GPL-2.0+ */
233c02590SGregory CLEMENT 
333c02590SGregory CLEMENT #ifndef __ARMADA_AP_CP_HELPER_H
433c02590SGregory CLEMENT #define __ARMADA_AP_CP_HELPER_H
533c02590SGregory CLEMENT 
633c02590SGregory CLEMENT struct device;
733c02590SGregory CLEMENT struct device_node;
833c02590SGregory CLEMENT 
933c02590SGregory CLEMENT char *ap_cp_unique_name(struct device *dev, struct device_node *np,
1033c02590SGregory CLEMENT 			const char *name);
1133c02590SGregory CLEMENT #endif
12