Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003     /*
0004      *  Zorro bus
0005      */
0006 
0007 extern struct bus_type zorro_bus_type;
0008 
0009 
0010 #ifdef CONFIG_ZORRO_NAMES
0011 extern void zorro_name_device(struct zorro_dev *z);
0012 #else
0013 static inline void zorro_name_device(struct zorro_dev *dev) { }
0014 #endif
0015 
0016 extern const struct attribute_group *zorro_device_attribute_groups[];