]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[libata] add prototypes for helpers
authorJeff Garzik <jeff@garzik.org>
Wed, 22 Mar 2006 02:29:21 +0000 (21:29 -0500)
committerJeff Garzik <jeff@garzik.org>
Wed, 22 Mar 2006 02:29:21 +0000 (21:29 -0500)
Add prototypes for stuff recently added by Alan.

include/linux/libata.h

index 17e5a719c72b383714f370ecdc79a76af4f78092..d81cecdda4f36ed1e41026ec13f0b6368f769065 100644 (file)
@@ -502,6 +502,7 @@ extern int ata_pci_init_one (struct pci_dev *pdev, struct ata_port_info **port_i
 extern void ata_pci_remove_one (struct pci_dev *pdev);
 extern int ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t state);
 extern int ata_pci_device_resume(struct pci_dev *pdev);
+extern int ata_pci_clear_simplex(struct pci_dev *pdev);
 #endif /* CONFIG_PCI */
 extern int ata_device_add(const struct ata_probe_ent *ent);
 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);
 extern struct ata_probe_ent *
 ata_pci_init_native_mode(struct pci_dev *pdev, struct ata_port_info **port, int portmask);
 extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits);
-
+extern unsigned long ata_pci_default_filter(const struct ata_port *, struct ata_device *, unsigned long);
 #endif /* CONFIG_PCI */