diff options
| author | 2005-06-02 18:43:09 -0400 | |
|---|---|---|
| committer | 2005-06-02 18:43:09 -0400 | |
| commit | d7aaf48128ec7fcefcee92ea22833afc1a80e268 (patch) | |
| tree | 16ff78f6be6a5519944bb7bfc6034dfbd71ae97f /include/linux/libata.h | |
| parent | libata: kernel-doc warning fixes (diff) | |
| parent | [PATCH] ppc64: Fix result code handling in prom_init (diff) | |
| download | linux-dev-d7aaf48128ec7fcefcee92ea22833afc1a80e268.tar.xz linux-dev-d7aaf48128ec7fcefcee92ea22833afc1a80e268.zip | |
Automatic merge of /spare/repo/linux-2.6/.git branch HEAD
Diffstat (limited to 'include/linux/libata.h')
| -rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index ad410590664f..b009f801e7c5 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -410,6 +410,7 @@ extern u8 ata_chk_err(struct ata_port *ap); extern void ata_exec_command(struct ata_port *ap, struct ata_taskfile *tf); extern int ata_port_start (struct ata_port *ap); extern void ata_port_stop (struct ata_port *ap); +extern void ata_host_stop (struct ata_host_set *host_set); extern irqreturn_t ata_interrupt (int irq, void *dev_instance, struct pt_regs *regs); extern void ata_qc_prep(struct ata_queued_cmd *qc); extern int ata_qc_issue_prot(struct ata_queued_cmd *qc); |
