aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 fe5f53943c44..a1ceb5b67b97 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -723,6 +723,8 @@ extern void ata_bmdma_drive_eh(struct ata_port *ap, ata_prereset_fn_t prereset,
723 ata_postreset_fn_t postreset); 723 ata_postreset_fn_t postreset);
724extern void ata_bmdma_error_handler(struct ata_port *ap); 724extern void ata_bmdma_error_handler(struct ata_port *ap);
725extern void ata_bmdma_post_internal_cmd(struct ata_queued_cmd *qc); 725extern void ata_bmdma_post_internal_cmd(struct ata_queued_cmd *qc);
726extern int ata_hsm_move(struct ata_port *ap, struct ata_queued_cmd *qc,
727 u8 status, int in_wq);
726extern void ata_qc_complete(struct ata_queued_cmd *qc); 728extern void ata_qc_complete(struct ata_queued_cmd *qc);
727extern int ata_qc_complete_multiple(struct ata_port *ap, u32 qc_active, 729extern int ata_qc_complete_multiple(struct ata_port *ap, u32 qc_active,
728 void (*finish_qc)(struct ata_queued_cmd *)); 730 void (*finish_qc)(struct ata_queued_cmd *));