diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2006-01-27 02:37:46 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2006-01-27 02:37:46 -0500 |
| commit | b4d28889f7ebfe498dedaceb773b4c785b97d195 (patch) | |
| tree | 7ac1070f4c956d035f40cc3b381b5868b980fafa /include/linux | |
| parent | 7dfb869c8e45e5863534f38fdac990829b22964a (diff) | |
| parent | 041c5fc33cb7ed4fe5322585a611fb6e29a05d3a (diff) | |
Merge branch 'tmp'
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/libata.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 510aee82113a..5915f763b722 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
| @@ -430,7 +430,7 @@ struct ata_port_operations { | |||
| 430 | void (*bmdma_start) (struct ata_queued_cmd *qc); | 430 | void (*bmdma_start) (struct ata_queued_cmd *qc); |
| 431 | 431 | ||
| 432 | void (*qc_prep) (struct ata_queued_cmd *qc); | 432 | void (*qc_prep) (struct ata_queued_cmd *qc); |
| 433 | int (*qc_issue) (struct ata_queued_cmd *qc); | 433 | unsigned int (*qc_issue) (struct ata_queued_cmd *qc); |
| 434 | 434 | ||
| 435 | void (*eng_timeout) (struct ata_port *ap); | 435 | void (*eng_timeout) (struct ata_port *ap); |
| 436 | 436 | ||
| @@ -518,7 +518,7 @@ extern void ata_port_stop (struct ata_port *ap); | |||
| 518 | extern void ata_host_stop (struct ata_host_set *host_set); | 518 | extern void ata_host_stop (struct ata_host_set *host_set); |
| 519 | extern irqreturn_t ata_interrupt (int irq, void *dev_instance, struct pt_regs *regs); | 519 | extern irqreturn_t ata_interrupt (int irq, void *dev_instance, struct pt_regs *regs); |
| 520 | extern void ata_qc_prep(struct ata_queued_cmd *qc); | 520 | extern void ata_qc_prep(struct ata_queued_cmd *qc); |
| 521 | extern int ata_qc_issue_prot(struct ata_queued_cmd *qc); | 521 | extern unsigned int ata_qc_issue_prot(struct ata_queued_cmd *qc); |
| 522 | extern void ata_sg_init_one(struct ata_queued_cmd *qc, void *buf, | 522 | extern void ata_sg_init_one(struct ata_queued_cmd *qc, void *buf, |
| 523 | unsigned int buflen); | 523 | unsigned int buflen); |
| 524 | extern void ata_sg_init(struct ata_queued_cmd *qc, struct scatterlist *sg, | 524 | extern void ata_sg_init(struct ata_queued_cmd *qc, struct scatterlist *sg, |
