diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-11-18 06:01:38 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-03-01 01:15:07 +0400 |
commit | 687833a03baae8308900486fa6499ef955fd07a9 (patch) | |
tree | 76da700de1674f42978b58b35dede2b577a6f901 /drivers/scsi/isci/port.h | |
parent | 43a5ab151f0268459c4368292c2ddb2266b8f243 (diff) | |
download | linux-687833a03baae8308900486fa6499ef955fd07a9.tar.xz |
[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 'drivers/scsi/isci/port.h')
-rw-r--r-- | drivers/scsi/isci/port.h | 1 |
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_) */ |