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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index a41ae57fafc5..764afd94b917 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1238,6 +1238,8 @@ struct ide_host *ide_host_alloc_all(const struct ide_port_info *, hw_regs_t **);
1238struct ide_host *ide_host_alloc(const struct ide_port_info *, hw_regs_t **); 1238struct ide_host *ide_host_alloc(const struct ide_port_info *, hw_regs_t **);
1239int ide_host_register(struct ide_host *, const struct ide_port_info *, 1239int ide_host_register(struct ide_host *, const struct ide_port_info *,
1240 hw_regs_t **); 1240 hw_regs_t **);
1241int ide_host_add(const struct ide_port_info *, hw_regs_t **,
1242 struct ide_host **);
1241void ide_host_remove(struct ide_host *); 1243void ide_host_remove(struct ide_host *);
1242int ide_legacy_device_add(const struct ide_port_info *, unsigned long); 1244int ide_legacy_device_add(const struct ide_port_info *, unsigned long);
1243void ide_port_unregister_devices(ide_hwif_t *); 1245void ide_port_unregister_devices(ide_hwif_t *);