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, 3 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 78e5fcaebd79..37d00c2c79c9 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -801,6 +801,9 @@ extern ide_hwif_t ide_hwifs[]; /* master data repository */
801#endif 801#endif
802extern int noautodma; 802extern int noautodma;
803 803
804extern int ide_vlb_clk;
805extern int ide_pci_clk;
806
804ide_hwif_t *ide_find_port_slot(const struct ide_port_info *); 807ide_hwif_t *ide_find_port_slot(const struct ide_port_info *);
805 808
806static inline ide_hwif_t *ide_find_port(void) 809static inline ide_hwif_t *ide_find_port(void)