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.16-rc5 9 lines 266 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3#ifdef CONFIG_ZORRO_NAMES 4extern void zorro_name_device(struct zorro_dev *z); 5#else 6static inline void zorro_name_device(struct zorro_dev *dev) { } 7#endif 8 9extern const struct attribute_group *zorro_device_attribute_groups[];