diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-08-30 11:42:52 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-30 11:42:52 +0200 |
commit | 374b1873571bf80dc0c1fcceaaad067980f3b9de (patch) | |
tree | d53352d9fed18984e48cf734a1036ff8fbef856f /include | |
parent | [libata] __iomem annotations for various drivers (diff) | |
download | linux-374b1873571bf80dc0c1fcceaaad067980f3b9de.tar.xz linux-374b1873571bf80dc0c1fcceaaad067980f3b9de.zip |
[libata] update several drivers to use pci_iomap()/pci_iounmap()
Diffstat (limited to 'include')
-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 fc05a9899288..bd0f79dfb9cd 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -450,6 +450,7 @@ struct pci_bits { unsigned long val; }; +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); extern int pci_test_config_bits(struct pci_dev *pdev, struct pci_bits *bits); |