From 687833a03baae8308900486fa6499ef955fd07a9 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 17 Nov 2011 18:01:38 -0800 Subject: [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 Signed-off-by: James Bottomley --- drivers/scsi/isci/port.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/scsi/isci/port.h') 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_) */ -- cgit v1.2.3