diff options
| author | Jeff Garzik <jeff@garzik.org> | 2006-03-21 21:29:21 -0500 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-03-21 21:29:21 -0500 |
| commit | 17bb34a3c548c4fd2a7c859123a631f97c2af09f (patch) | |
| tree | 566cd167531082ebaa16a6127dce30a60b4b865a | |
| parent | 23cfce8924f1e7ff1d14b8f1afd7550182026d16 (diff) | |
[libata] add prototypes for helpers
Add prototypes for stuff recently added by Alan.
| -rw-r--r-- | include/linux/libata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 17e5a719c72b..d81cecdda4f3 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
| @@ -502,6 +502,7 @@ extern int ata_pci_init_one (struct pci_dev *pdev, struct ata_port_info **port_i | |||
| 502 | extern void ata_pci_remove_one (struct pci_dev *pdev); | 502 | extern void ata_pci_remove_one (struct pci_dev *pdev); |
| 503 | extern int ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t state); | 503 | extern int ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t state); |
| 504 | extern int ata_pci_device_resume(struct pci_dev *pdev); | 504 | extern int ata_pci_device_resume(struct pci_dev *pdev); |
| 505 | extern int ata_pci_clear_simplex(struct pci_dev *pdev); | ||
| 505 | #endif /* CONFIG_PCI */ | 506 | #endif /* CONFIG_PCI */ |
| 506 | extern int ata_device_add(const struct ata_probe_ent *ent); | 507 | extern int ata_device_add(const struct ata_probe_ent *ent); |
| 507 | extern void ata_host_set_remove(struct ata_host_set *host_set); | 508 | extern void ata_host_set_remove(struct ata_host_set *host_set); |
| @@ -610,7 +611,7 @@ extern void ata_pci_host_stop (struct ata_host_set *host_set); | |||
| 610 | extern struct ata_probe_ent * | 611 | extern struct ata_probe_ent * |
| 611 | ata_pci_init_native_mode(struct pci_dev *pdev, struct ata_port_info **port, int portmask); | 612 | ata_pci_init_native_mode(struct pci_dev *pdev, struct ata_port_info **port, int portmask); |
| 612 | extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits); | 613 | extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits); |
| 613 | 614 | extern unsigned long ata_pci_default_filter(const struct ata_port *, struct ata_device *, unsigned long); | |
| 614 | #endif /* CONFIG_PCI */ | 615 | #endif /* CONFIG_PCI */ |
| 615 | 616 | ||
| 616 | 617 | ||
