drivers/scsi/scsi_transport_api.h

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

File Facts

System
Linux kernel
Corpus path
drivers/scsi/scsi_transport_api.h
Extension
.h
Size
184 bytes
Lines
8
Domain
Driver Families
Bucket
drivers/scsi
Inferred role
Driver Families: implementation source
Status
source 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

#ifndef _SCSI_TRANSPORT_API_H
#define _SCSI_TRANSPORT_API_H

void scsi_schedule_eh(struct Scsi_Host *shost);

#endif /* _SCSI_TRANSPORT_API_H */

Annotation

Implementation Notes