mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 06:40:54 +07: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);
|