diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index ced9dd54035e..bda26e86f05f 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -210,6 +210,7 @@ enum { | |||
210 | 210 | ||
211 | /* host set flags */ | 211 | /* host set flags */ |
212 | ATA_HOST_SIMPLEX = (1 << 0), /* Host is simplex, one DMA channel per host only */ | 212 | ATA_HOST_SIMPLEX = (1 << 0), /* Host is simplex, one DMA channel per host only */ |
213 | ATA_HOST_STARTED = (1 << 1), /* Host started */ | ||
213 | 214 | ||
214 | /* various lengths of time */ | 215 | /* various lengths of time */ |
215 | ATA_TMOUT_BOOT = 30 * HZ, /* heuristic */ | 216 | ATA_TMOUT_BOOT = 30 * HZ, /* heuristic */ |
@@ -732,6 +733,7 @@ extern int ata_pci_device_resume(struct pci_dev *pdev); | |||
732 | #endif | 733 | #endif |
733 | extern int ata_pci_clear_simplex(struct pci_dev *pdev); | 734 | extern int ata_pci_clear_simplex(struct pci_dev *pdev); |
734 | #endif /* CONFIG_PCI */ | 735 | #endif /* CONFIG_PCI */ |
736 | extern int ata_host_start(struct ata_host *host); | ||
735 | extern int ata_device_add(const struct ata_probe_ent *ent); | 737 | extern int ata_device_add(const struct ata_probe_ent *ent); |
736 | extern void ata_host_detach(struct ata_host *host); | 738 | extern void ata_host_detach(struct ata_host *host); |
737 | extern void ata_host_init(struct ata_host *, struct device *, | 739 | extern void ata_host_init(struct ata_host *, struct device *, |