zorro.h 227 B

12345678
  1. #ifdef CONFIG_ZORRO_NAMES
  2. extern void zorro_name_device(struct zorro_dev *z);
  3. #else
  4. static inline void zorro_name_device(struct zorro_dev *dev) { }
  5. #endif
  6. extern const struct attribute_group *zorro_device_attribute_groups[];