Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / zorro / zorro.h
blobf84df9fb4c200ec3d8c87924fd7e2b96ac003d25
1 /* SPDX-License-Identifier: GPL-2.0 */
3 /*
4 * Zorro bus
5 */
7 extern struct bus_type zorro_bus_type;
10 #ifdef CONFIG_ZORRO_NAMES
11 extern void zorro_name_device(struct zorro_dev *z);
12 #else
13 static inline void zorro_name_device(struct zorro_dev *dev) { }
14 #endif
16 extern const struct attribute_group *zorro_device_attribute_groups[];