zorro.h 266 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifdef CONFIG_ZORRO_NAMES
  3. extern void zorro_name_device(struct zorro_dev *z);
  4. #else
  5. static inline void zorro_name_device(struct zorro_dev *dev) { }
  6. #endif
  7. extern const struct attribute_group *zorro_device_attribute_groups[];