Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / zorro / zorro.h
blobac0bab3412d90ddb934f88e995c1664f22183c36
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifdef CONFIG_ZORRO_NAMES
4 extern void zorro_name_device(struct zorro_dev *z);
5 #else
6 static inline void zorro_name_device(struct zorro_dev *dev) { }
7 #endif
9 extern const struct attribute_group *zorro_device_attribute_groups[];