]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/zorro/zorro.h
Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop.org...
[mirror_ubuntu-bionic-kernel.git] / drivers / zorro / zorro.h
1
2 #ifdef CONFIG_ZORRO_NAMES
3 extern void zorro_name_device(struct zorro_dev *z);
4 #else
5 static inline void zorro_name_device(struct zorro_dev *dev) { }
6 #endif
7
8 extern const struct attribute_group *zorro_device_attribute_groups[];