mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
026104bfa5
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>
6 lines
132 B
C
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);
|