armada_ap_cp_helper.h 239 B

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