18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ci /* 48c2ecf20Sopenharmony_ci * Zorro bus 58c2ecf20Sopenharmony_ci */ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciextern struct bus_type zorro_bus_type; 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#ifdef CONFIG_ZORRO_NAMES 118c2ecf20Sopenharmony_ciextern void zorro_name_device(struct zorro_dev *z); 128c2ecf20Sopenharmony_ci#else 138c2ecf20Sopenharmony_cistatic inline void zorro_name_device(struct zorro_dev *dev) { } 148c2ecf20Sopenharmony_ci#endif 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ciextern const struct attribute_group *zorro_device_attribute_groups[]; 17