mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-04 01:28:37 +07:00
[SCSI] Make scsi_transport_spi.h includable by itself
Add forward declarations to allow scsi_transport_spi.h to be compiled by itself. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
38d76df2f5
commit
829b84675e
@ -24,6 +24,9 @@
|
||||
#include <linux/transport_class.h>
|
||||
|
||||
struct scsi_transport_template;
|
||||
struct scsi_target;
|
||||
struct scsi_device;
|
||||
struct Scsi_Host;
|
||||
|
||||
struct spi_transport_attrs {
|
||||
int period; /* value in the PPR/SDTR command */
|
||||
|
Loading…
Reference in New Issue
Block a user