aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/libata.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 8a7cc13c8516..95b74ba7dbf4 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -253,10 +253,6 @@ enum {
253 ATA_DMA_PAD_SZ = 4, 253 ATA_DMA_PAD_SZ = 4,
254 ATA_DMA_PAD_BUF_SZ = ATA_DMA_PAD_SZ * ATA_MAX_QUEUE, 254 ATA_DMA_PAD_BUF_SZ = ATA_DMA_PAD_SZ * ATA_MAX_QUEUE,
255 255
256 /* masks for port functions */
257 ATA_PORT_PRIMARY = (1 << 0),
258 ATA_PORT_SECONDARY = (1 << 1),
259
260 /* ering size */ 256 /* ering size */
261 ATA_ERING_SIZE = 32, 257 ATA_ERING_SIZE = 32,
262 258
@@ -688,8 +684,8 @@ extern void ata_std_postreset(struct ata_port *ap, unsigned int *classes);
688extern void ata_port_disable(struct ata_port *); 684extern void ata_port_disable(struct ata_port *);
689extern void ata_std_ports(struct ata_ioports *ioaddr); 685extern void ata_std_ports(struct ata_ioports *ioaddr);
690#ifdef CONFIG_PCI 686#ifdef CONFIG_PCI
691extern int ata_pci_init_one (struct pci_dev *pdev, struct ata_port_info **port_info, 687extern int ata_pci_init_one (struct pci_dev *pdev,
692 unsigned int n_ports); 688 const struct ata_port_info * const * ppi);
693extern void ata_pci_remove_one (struct pci_dev *pdev); 689extern void ata_pci_remove_one (struct pci_dev *pdev);
694#ifdef CONFIG_PM 690#ifdef CONFIG_PM
695extern void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg); 691extern void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg);
@@ -854,11 +850,11 @@ struct pci_bits {
854 unsigned long val; 850 unsigned long val;
855}; 851};
856 852
857extern int ata_pci_init_native_host(struct ata_host *host, 853extern int ata_pci_init_native_host(struct ata_host *host);
858 unsigned int port_mask); 854extern int ata_pci_init_bmdma(struct ata_host *host);
859extern int ata_pci_prepare_native_host(struct pci_dev *pdev, 855extern int ata_pci_prepare_native_host(struct pci_dev *pdev,
860 const struct ata_port_info * const * ppi, 856 const struct ata_port_info * const * ppi,
861 int n_ports, struct ata_host **r_host); 857 struct ata_host **r_host);
862extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits); 858extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits);
863extern unsigned long ata_pci_default_filter(struct ata_device *, unsigned long); 859extern unsigned long ata_pci_default_filter(struct ata_device *, unsigned long);
864#endif /* CONFIG_PCI */ 860#endif /* CONFIG_PCI */