diff options
author | Suman Tripathi <stripathi@apm.com> | 2014-07-07 19:03:04 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-07-08 17:46:05 +0200 |
commit | 39e0ee9964b1245b79ec89f6b89d8ec4ef672524 (patch) | |
tree | 216706294e4ed3a13d83bdd4c0ee254d92530f5d /drivers/ata/ahci.h | |
parent | ata: ahci_imx: warn when disabling ahci link (diff) | |
download | linux-39e0ee9964b1245b79ec89f6b89d8ec4ef672524.tar.xz linux-39e0ee9964b1245b79ec89f6b89d8ec4ef672524.zip |
libahci: export ahci_qc_issue() and ahci_start_fix_rx()
The subsequent patch will make use of them.
Signed-off-by: Loc Ho <lho@apm.com>
Signed-off-by: Suman Tripathi <stripathi@apm.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/ahci.h')
-rw-r--r-- | drivers/ata/ahci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h index 05882e4445a6..5513296e5e2e 100644 --- a/drivers/ata/ahci.h +++ b/drivers/ata/ahci.h @@ -371,7 +371,9 @@ int ahci_do_softreset(struct ata_link *link, unsigned int *class, int pmp, unsigned long deadline, int (*check_ready)(struct ata_link *link)); +unsigned int ahci_qc_issue(struct ata_queued_cmd *qc); int ahci_stop_engine(struct ata_port *ap); +void ahci_start_fis_rx(struct ata_port *ap); void ahci_start_engine(struct ata_port *ap); int ahci_check_ready(struct ata_link *link); int ahci_kick_engine(struct ata_port *ap); |