diff options
author | Christoph Hellwig <hch@lst.de> | 2005-10-19 14:01:31 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-10-28 20:08:03 -0400 |
commit | 07ba3a954714da10cbd3f6249d93ac2c1df72c4f (patch) | |
tree | dae82d40a97df0e1d7f377d9738866a453d699b2 /include | |
parent | ac01bbbd3b7ebfca64357aed12cf476b16abe3ce (diff) |
[SCSI] sas: add support for PHY resets
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/scsi/scsi_transport_sas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_transport_sas.h b/include/scsi/scsi_transport_sas.h index 57eb68c6e9a7..b91400bfb02a 100644 --- a/include/scsi/scsi_transport_sas.h +++ b/include/scsi/scsi_transport_sas.h | |||
@@ -94,6 +94,7 @@ struct sas_rphy { | |||
94 | /* The functions by which the transport class and the driver communicate */ | 94 | /* The functions by which the transport class and the driver communicate */ |
95 | struct sas_function_template { | 95 | struct sas_function_template { |
96 | int (*get_linkerrors)(struct sas_phy *); | 96 | int (*get_linkerrors)(struct sas_phy *); |
97 | int (*phy_reset)(struct sas_phy *, int); | ||
97 | }; | 98 | }; |
98 | 99 | ||
99 | 100 | ||