xref: /kernel/linux/linux-6.6/drivers/zorro/zorro.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/zorro/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci
362306a36Sopenharmony_ci    /*
462306a36Sopenharmony_ci     *  Zorro bus
562306a36Sopenharmony_ci     */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciextern struct bus_type zorro_bus_type;
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifdef CONFIG_ZORRO_NAMES
1162306a36Sopenharmony_ciextern void zorro_name_device(struct zorro_dev *z);
1262306a36Sopenharmony_ci#else
1362306a36Sopenharmony_cistatic inline void zorro_name_device(struct zorro_dev *dev) { }
1462306a36Sopenharmony_ci#endif
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ciextern const struct attribute_group *zorro_device_attribute_groups[];
17

Indexes created Thu Nov 07 10:32:03 CST 2024