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 v4.8 9 lines 220 B view raw
1 2#ifdef CONFIG_ZORRO_NAMES 3extern void zorro_name_device(struct zorro_dev *z); 4#else 5static inline void zorro_name_device(struct zorro_dev *dev) { } 6#endif 7 8extern int zorro_create_sysfs_dev_files(struct zorro_dev *z); 9