diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2006-01-27 02:39:25 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2006-01-27 02:39:25 -0500 |
| commit | 7103c7bc863c10dd2a26c19c8cf4d7d2846da947 (patch) | |
| tree | 73a9d674670c37e4f160c0d4553f3d14664900be /include/linux | |
| parent | b4d28889f7ebfe498dedaceb773b4c785b97d195 (diff) | |
| parent | a72ec4ce6d3ae92e76baf5b2c65cc26e5e775e83 (diff) | |
Merge branch 'tmp'
Diffstat (limited to 'include/linux')
| -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 *); |
