hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/zorro/zorro.h
....@@ -1,5 +1,12 @@
11 /* SPDX-License-Identifier: GPL-2.0 */
22
3
+ /*
4
+ * Zorro bus
5
+ */
6
+
7
+extern struct bus_type zorro_bus_type;
8
+
9
+
310 #ifdef CONFIG_ZORRO_NAMES
411 extern void zorro_name_device(struct zorro_dev *z);
512 #else