Files
linux-apfs/drivers/zorro/zorro.h
T

9 lines
227 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifdef CONFIG_ZORRO_NAMES
2005-04-16 15:20:36 -07:00
extern void zorro_name_device(struct zorro_dev *z);
#else
static inline void zorro_name_device(struct zorro_dev *dev) { }
#endif
2017-02-14 12:24:09 -08:00
extern const struct attribute_group *zorro_device_attribute_groups[];