diff options
author | James Bottomley | 2008-02-24 06:35:44 +0100 |
---|---|---|
committer | James Bottomley | 2008-02-24 06:52:30 +0100 |
commit | 5319578ca38a8b90b6d0270c194c65d1dd8f7725 (patch) | |
tree | a4e3c15a1035d9ace3507a06ef2093eb9b07fec8 /include/scsi/libsas.h | |
parent | [SCSI] mvsas: remove execute permission from file (diff) | |
download | kernel-qcow2-linux-5319578ca38a8b90b6d0270c194c65d1dd8f7725.tar.gz kernel-qcow2-linux-5319578ca38a8b90b6d0270c194c65d1dd8f7725.tar.xz kernel-qcow2-linux-5319578ca38a8b90b6d0270c194c65d1dd8f7725.zip |
[SCSI] libsas: export sas_find_local_phy function
This is needed by the to be added I_T reset function in aic94xx. It
needs to know the local phy so it can send a link or hard reset along
the path.
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/scsi/libsas.h')
-rw-r--r-- | include/scsi/libsas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index 3ffd6b582a97..39e1cac24bb7 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h @@ -675,5 +675,6 @@ extern int sas_smp_handler(struct Scsi_Host *shost, struct sas_rphy *rphy, extern void sas_ssp_task_response(struct device *dev, struct sas_task *task, struct ssp_response_iu *iu); +struct sas_phy *sas_find_local_phy(struct domain_device *dev); #endif /* _SASLIB_H_ */ |