aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2006-02-10 07:09:37 -0500
committerJeff Garzik <jgarzik@pobox.com>2006-02-10 07:09:37 -0500
commitca7d5e42d783e54f0057317c9226262d68ab7717 (patch)
tree209751546842e1200bfbd2fd5144e1727ab18c86 /include
parenta0819750024a0056d760a936d72f76882a7e393f (diff)
parentcc9278ed5e992122a654a3f762561ee5e013810f (diff)
Merge branch 'upstream'
Diffstat (limited to 'include')
-rw-r--r--include/linux/libata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 29c78191ab60..b169f9098649 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -170,6 +170,7 @@ enum {
170 ATA_QCFLAG_SG = (1 << 3), /* have s/g table? */ 170 ATA_QCFLAG_SG = (1 << 3), /* have s/g table? */
171 ATA_QCFLAG_SINGLE = (1 << 4), /* no s/g, just a single buffer */ 171 ATA_QCFLAG_SINGLE = (1 << 4), /* no s/g, just a single buffer */
172 ATA_QCFLAG_DMAMAP = ATA_QCFLAG_SG | ATA_QCFLAG_SINGLE, 172 ATA_QCFLAG_DMAMAP = ATA_QCFLAG_SG | ATA_QCFLAG_SINGLE,
173 ATA_QCFLAG_EH_SCHEDULED = (1 << 5), /* EH scheduled */
173 174
174 /* various lengths of time */ 175 /* various lengths of time */
175 ATA_TMOUT_EDD = 5 * HZ, /* heuristic */ 176 ATA_TMOUT_EDD = 5 * HZ, /* heuristic */
@@ -511,6 +512,7 @@ extern void ata_host_set_remove(struct ata_host_set *host_set);
511extern int ata_scsi_detect(struct scsi_host_template *sht); 512extern int ata_scsi_detect(struct scsi_host_template *sht);
512extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg); 513extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg);
513extern int ata_scsi_queuecmd(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *)); 514extern int ata_scsi_queuecmd(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *));
515extern enum scsi_eh_timer_return ata_scsi_timed_out(struct scsi_cmnd *cmd);
514extern int ata_scsi_error(struct Scsi_Host *host); 516extern int ata_scsi_error(struct Scsi_Host *host);
515extern void ata_eh_qc_complete(struct ata_queued_cmd *qc); 517extern void ata_eh_qc_complete(struct ata_queued_cmd *qc);
516extern void ata_eh_qc_retry(struct ata_queued_cmd *qc); 518extern void ata_eh_qc_retry(struct ata_queued_cmd *qc);