diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 5915f763b722..88f0a27cc7c3 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -401,6 +401,7 @@ struct ata_port { | |||
401 | unsigned long pio_task_timeout; | 401 | unsigned long pio_task_timeout; |
402 | 402 | ||
403 | u32 msg_enable; | 403 | u32 msg_enable; |
404 | struct list_head eh_done_q; | ||
404 | 405 | ||
405 | void *private_data; | 406 | void *private_data; |
406 | }; | 407 | }; |
@@ -493,6 +494,8 @@ extern int ata_scsi_detect(struct scsi_host_template *sht); | |||
493 | extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg); | 494 | extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg); |
494 | extern int ata_scsi_queuecmd(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *)); | 495 | extern int ata_scsi_queuecmd(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *)); |
495 | extern int ata_scsi_error(struct Scsi_Host *host); | 496 | extern int ata_scsi_error(struct Scsi_Host *host); |
497 | extern void ata_eh_qc_complete(struct ata_queued_cmd *qc); | ||
498 | extern void ata_eh_qc_retry(struct ata_queued_cmd *qc); | ||
496 | extern int ata_scsi_release(struct Scsi_Host *host); | 499 | extern int ata_scsi_release(struct Scsi_Host *host); |
497 | extern unsigned int ata_host_intr(struct ata_port *ap, struct ata_queued_cmd *qc); | 500 | extern unsigned int ata_host_intr(struct ata_port *ap, struct ata_queued_cmd *qc); |
498 | extern int ata_scsi_device_resume(struct scsi_device *); | 501 | extern int ata_scsi_device_resume(struct scsi_device *); |