aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/libsas.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/libsas.h')
-rw-r--r--include/scsi/libsas.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h
index da96bcfb9e46..0689d6682aa3 100644
--- a/include/scsi/libsas.h
+++ b/include/scsi/libsas.h
@@ -614,6 +614,9 @@ struct sas_domain_function_template {
614extern int sas_register_ha(struct sas_ha_struct *); 614extern int sas_register_ha(struct sas_ha_struct *);
615extern int sas_unregister_ha(struct sas_ha_struct *); 615extern int sas_unregister_ha(struct sas_ha_struct *);
616 616
617int sas_set_phy_speed(struct sas_phy *phy,
618 struct sas_phy_linkrates *rates);
619int sas_phy_enable(struct sas_phy *phy, int enabled);
617int sas_phy_reset(struct sas_phy *phy, int hard_reset); 620int sas_phy_reset(struct sas_phy *phy, int hard_reset);
618extern int sas_queuecommand(struct scsi_cmnd *, 621extern int sas_queuecommand(struct scsi_cmnd *,
619 void (*scsi_done)(struct scsi_cmnd *)); 622 void (*scsi_done)(struct scsi_cmnd *));