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 v2.6.35 11 lines 242 B view raw
1#include <asm-generic/topology.h> 2 3#ifndef _ASM_MICROBLAZE_TOPOLOGY_H 4#define _ASM_MICROBLAZE_TOPOLOGY_H 5 6struct device_node; 7static inline int of_node_to_nid(struct device_node *device) 8{ 9 return 0; 10} 11#endif /* _ASM_MICROBLAZE_TOPOLOGY_H */