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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index de94a526ef9e..9c037a0f2af2 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -198,10 +198,11 @@ typedef struct hw_regs_s {
198} hw_regs_t; 198} hw_regs_t;
199 199
200struct hwif_s * ide_find_port(unsigned long); 200struct hwif_s * ide_find_port(unsigned long);
201void ide_init_port_data(struct hwif_s *, unsigned int);
201void ide_init_port_hw(struct hwif_s *, hw_regs_t *); 202void ide_init_port_hw(struct hwif_s *, hw_regs_t *);
202 203
203struct ide_drive_s; 204struct ide_drive_s;
204int ide_register_hw(hw_regs_t *, void (*)(struct ide_drive_s *), int, 205int ide_register_hw(hw_regs_t *, void (*)(struct ide_drive_s *),
205 struct hwif_s **); 206 struct hwif_s **);
206 207
207void ide_setup_ports( hw_regs_t *hw, 208void ide_setup_ports( hw_regs_t *hw,