aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index eb4c01f7f253..e35ff6827897 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1254,6 +1254,8 @@ static inline unsigned long ide_scsi_get_timeout(struct ide_atapi_pc *pc)
1254 1254
1255int ide_scsi_expiry(ide_drive_t *); 1255int ide_scsi_expiry(ide_drive_t *);
1256 1256
1257int ide_cd_get_xferlen(struct request *);
1258
1257ide_startstop_t ide_issue_pc(ide_drive_t *, unsigned int, ide_expiry_t *); 1259ide_startstop_t ide_issue_pc(ide_drive_t *, unsigned int, ide_expiry_t *);
1258 1260
1259ide_startstop_t do_rw_taskfile(ide_drive_t *, ide_task_t *); 1261ide_startstop_t do_rw_taskfile(ide_drive_t *, ide_task_t *);