kernel/drivers/zorro/zorro.h
.. .. @@ -1,5 +1,12 @@ 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 2 3 + /*4 + * Zorro bus5 + */6 +7 +extern struct bus_type zorro_bus_type;8 +9 +3 10 #ifdef CONFIG_ZORRO_NAMES 4 11 extern void zorro_name_device(struct zorro_dev *z); 5 12 #else