aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/port.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-11-17 18:01:38 -0800
committerJames Bottomley <JBottomley@Parallels.com>2012-02-29 15:15:07 -0600
commit687833a03baae8308900486fa6499ef955fd07a9 (patch)
tree76da700de1674f42978b58b35dede2b577a6f901 /drivers/scsi/isci/port.h
parent[SCSI] isci: stop interpreting ->lldd_lu_reset() as an ata soft-reset (diff)
downloadlinux-dev-687833a03baae8308900486fa6499ef955fd07a9.tar.xz
linux-dev-687833a03baae8308900486fa6499ef955fd07a9.zip
[SCSI] isci: ->lldd_ata_check_ready handler
Report to libata whether the link to the given domain_device is up and the signature fis has been received. Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to '')
-rw-r--r--drivers/scsi/isci/port.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/isci/port.h b/drivers/scsi/isci/port.h
index a0dcdaeac3b2..321b987d582f 100644
--- a/drivers/scsi/isci/port.h
+++ b/drivers/scsi/isci/port.h
@@ -303,4 +303,5 @@ void isci_port_init(
int isci_port_perform_hard_reset(struct isci_host *ihost, struct isci_port *iport,
struct isci_phy *iphy);
+int isci_ata_check_ready(struct domain_device *dev);
#endif /* !defined(_ISCI_PORT_H_) */