]> Git Repo - linux.git/blame - drivers/zorro/zorro.h
Merge remote-tracking branch 'sparc/master' into work.sparc32
[linux.git] / drivers / zorro / zorro.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4 2
7332bc4d
GU
3 /*
4 * Zorro bus
5 */
6
7extern struct bus_type zorro_bus_type;
8
9
52182c75 10#ifdef CONFIG_ZORRO_NAMES
1da177e4 11extern void zorro_name_device(struct zorro_dev *z);
52182c75
GU
12#else
13static inline void zorro_name_device(struct zorro_dev *dev) { }
14#endif
15
87e715de 16extern const struct attribute_group *zorro_device_attribute_groups[];
This page took 1.317335 seconds and 4 git commands to generate.