aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-26 16:25:16 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-26 16:25:16 -0400
commit3b36f66b81bc0d69ec7dfa736592224f6ca366b7 (patch)
treeb99bf69c108198d14a0f600a600cf2790ca2be84 /include
parente53cd458d593c88247b8a7b2754d0e8055869670 (diff)
ide: add ide_legacy_device_add() helper
Add ide_legacy_device_add() helper for use by legacy VLB host drivers (+ convert them to use it). There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index a612c898baeb..68e5a009fbd0 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1213,6 +1213,7 @@ void ide_undecoded_slave(ide_drive_t *);
1213 1213
1214int ide_device_add_all(u8 *idx, const struct ide_port_info *); 1214int ide_device_add_all(u8 *idx, const struct ide_port_info *);
1215int ide_device_add(u8 idx[4], const struct ide_port_info *); 1215int ide_device_add(u8 idx[4], const struct ide_port_info *);
1216int ide_legacy_device_add(const struct ide_port_info *);
1216void ide_port_unregister_devices(ide_hwif_t *); 1217void ide_port_unregister_devices(ide_hwif_t *);
1217void ide_port_scan(ide_hwif_t *); 1218void ide_port_scan(ide_hwif_t *);
1218 1219