]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/zorro/zorro.h
Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[mirror_ubuntu-bionic-kernel.git] / drivers / zorro / zorro.h
CommitLineData
1da177e4 1
52182c75 2#ifdef CONFIG_ZORRO_NAMES
1da177e4 3extern void zorro_name_device(struct zorro_dev *z);
52182c75
GU
4#else
5static inline void zorro_name_device(struct zorro_dev *dev) { }
6#endif
7
87e715de 8extern const struct attribute_group *zorro_device_attribute_groups[];