linux_kernel/drivers/scsi/scsi_debugfs.h
Christoph Hellwig 026104bfa5 scsi: core: add SPDX tags to scsi midlayer files missing licensing information
Add the default kernel GPLv2 annotation to SCSI midlayer files missing any
licensing information.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2019-05-21 06:16:21 -04:00

6 lines
132 B
C

/* SPDX-License-Identifier: GPL-2.0 */
struct request;
struct seq_file;
void scsi_show_rq(struct seq_file *m, struct request *rq);