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

scsi_debugfs.h « scsi « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d125d1bd41842bf354d25c558a18ba0593932180 (plain)
1
2
3
4
5
/* SPDX-License-Identifier: GPL-2.0 */
struct request;
struct seq_file;

void scsi_show_rq(struct seq_file *m, struct request *rq);