Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.5 11 lines 239 B view raw
1/* SPDX-License-Identifier: GPL-2.0+ */ 2 3#ifndef __ARMADA_AP_CP_HELPER_H 4#define __ARMADA_AP_CP_HELPER_H 5 6struct device; 7struct device_node; 8 9char *ap_cp_unique_name(struct device *dev, struct device_node *np, 10 const char *name); 11#endif