]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/ide.h
ide: add ide_init_port_hw() helper
[mirror_ubuntu-bionic-kernel.git] / include / linux / ide.h
index ce9b16f38c08e8e7ac42b1c58cd787d010e74af1..de94a526ef9e5974f33a411b888cbd8d06e9d35a 100644 (file)
@@ -198,6 +198,7 @@ typedef struct hw_regs_s {
 } hw_regs_t;
 
 struct hwif_s * ide_find_port(unsigned long);
+void ide_init_port_hw(struct hwif_s *, hw_regs_t *);
 
 struct ide_drive_s;
 int ide_register_hw(hw_regs_t *, void (*)(struct ide_drive_s *), int,