Welcome to mirror list, hosted at ThFree Co, Russian Federation.

scsi_transport_api.h « scsi « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f917766537c08b89e09dada58f33d8520e63386d (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _SCSI_TRANSPORT_API_H
#define _SCSI_TRANSPORT_API_H

void scsi_schedule_eh(struct Scsi_Host *shost);

#endif /* _SCSI_TRANSPORT_API_H */