diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 7212fe417726..9e1cf757b916 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -223,6 +223,8 @@ typedef struct hw_regs_s { | |||
223 | struct device *dev; | 223 | struct device *dev; |
224 | } hw_regs_t; | 224 | } hw_regs_t; |
225 | 225 | ||
226 | struct hwif_s * ide_find_port(unsigned long); | ||
227 | |||
226 | int ide_register_hw(hw_regs_t *, void (*)(struct hwif_s *), int, | 228 | int ide_register_hw(hw_regs_t *, void (*)(struct hwif_s *), int, |
227 | struct hwif_s **); | 229 | struct hwif_s **); |
228 | 230 | ||