aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 4726126f5a59..f58548becac0 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1000,7 +1000,8 @@ extern int __ide_pci_register_driver(struct pci_driver *driver, struct module *o
1000#define ide_pci_register_driver(d) pci_register_driver(d) 1000#define ide_pci_register_driver(d) pci_register_driver(d)
1001#endif 1001#endif
1002 1002
1003void ide_pci_setup_ports(struct pci_dev *, const struct ide_port_info *, int, u8 *); 1003void ide_pci_setup_ports(struct pci_dev *, const struct ide_port_info *, int,
1004 u8 *, hw_regs_t *, hw_regs_t **);
1004void ide_setup_pci_noise(struct pci_dev *, const struct ide_port_info *); 1005void ide_setup_pci_noise(struct pci_dev *, const struct ide_port_info *);
1005 1006
1006#ifdef CONFIG_BLK_DEV_IDEDMA_PCI 1007#ifdef CONFIG_BLK_DEV_IDEDMA_PCI
@@ -1217,8 +1218,8 @@ void ide_undecoded_slave(ide_drive_t *);
1217 1218
1218void ide_port_apply_params(ide_hwif_t *); 1219void ide_port_apply_params(ide_hwif_t *);
1219 1220
1220int ide_device_add_all(u8 *idx, const struct ide_port_info *); 1221int ide_device_add_all(u8 *, const struct ide_port_info *, hw_regs_t **);
1221int ide_device_add(u8 idx[4], const struct ide_port_info *); 1222int ide_device_add(u8 *, const struct ide_port_info *, hw_regs_t **);
1222int ide_legacy_device_add(const struct ide_port_info *, unsigned long); 1223int ide_legacy_device_add(const struct ide_port_info *, unsigned long);
1223void ide_port_unregister_devices(ide_hwif_t *); 1224void ide_port_unregister_devices(ide_hwif_t *);
1224void ide_port_scan(ide_hwif_t *); 1225void ide_port_scan(ide_hwif_t *);