forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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