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