]> Git Repo - linux.git/blob - drivers/zorro/zorro.h
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / zorro / zorro.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3     /*
4      *  Zorro bus
5      */
6
7 extern struct bus_type zorro_bus_type;
8
9
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
15
16 extern const struct attribute_group *zorro_device_attribute_groups[];
This page took 0.02702 seconds and 4 git commands to generate.