drivers/zorro/zorro.h

Source file repositories/reference/linux-study-clean/drivers/zorro/zorro.h

File Facts

System
Linux kernel
Corpus path
drivers/zorro/zorro.h
Extension
.h
Size
347 bytes
Lines
17
Domain
Driver Families
Bucket
drivers/zorro
Inferred role
Driver Families: operation-table or driver-model contract
Status
pattern implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

extern const struct bus_type zorro_bus_type;


#ifdef CONFIG_ZORRO_NAMES
extern void zorro_name_device(struct zorro_dev *z);
#else
static inline void zorro_name_device(struct zorro_dev *dev) { }
#endif

extern const struct attribute_group *zorro_device_attribute_groups[];

Annotation

Implementation Notes