xref: /linux/drivers/scsi/scsi_debugfs.h (revision c411ed854584a71b0e86ac3019b60e4789d88086)
1 struct request;
2 struct seq_file;
3 
4 void scsi_show_rq(struct seq_file *m, struct request *rq);
5