ide: add ide_host_add() helper
[deliverable/linux.git] / include / linux / ide.h
index a41ae57fafc57a19c68cad9a11e224d0d01617d1..764afd94b91726f6c3f5a428aae75fff4c369528 100644 (file)
@@ -1238,6 +1238,8 @@ struct ide_host *ide_host_alloc_all(const struct ide_port_info *, hw_regs_t **);
 struct ide_host *ide_host_alloc(const struct ide_port_info *, hw_regs_t **);
 int ide_host_register(struct ide_host *, const struct ide_port_info *,
                      hw_regs_t **);
+int ide_host_add(const struct ide_port_info *, hw_regs_t **,
+                struct ide_host **);
 void ide_host_remove(struct ide_host *);
 int ide_legacy_device_add(const struct ide_port_info *, unsigned long);
 void ide_port_unregister_devices(ide_hwif_t *);
This page took 0.024231 seconds and 5 git commands to generate.