mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08: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);
|