aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 908b4fc9772c..d88cced0d02c 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1169,13 +1169,13 @@ enum {
1169 REQ_IDETAPE_WRITE = (1 << 3), 1169 REQ_IDETAPE_WRITE = (1 << 3),
1170}; 1170};
1171 1171
1172void ide_queue_pc_head(ide_drive_t *, struct gendisk *, struct ide_atapi_pc *,
1173 struct request *);
1174int ide_queue_pc_tail(ide_drive_t *, struct gendisk *, struct ide_atapi_pc *); 1172int ide_queue_pc_tail(ide_drive_t *, struct gendisk *, struct ide_atapi_pc *);
1175 1173
1176int ide_do_test_unit_ready(ide_drive_t *, struct gendisk *); 1174int ide_do_test_unit_ready(ide_drive_t *, struct gendisk *);
1177int ide_do_start_stop(ide_drive_t *, struct gendisk *, int); 1175int ide_do_start_stop(ide_drive_t *, struct gendisk *, int);
1178int ide_set_media_lock(ide_drive_t *, struct gendisk *, int); 1176int ide_set_media_lock(ide_drive_t *, struct gendisk *, int);
1177void ide_create_request_sense_cmd(ide_drive_t *, struct ide_atapi_pc *);
1178void ide_retry_pc(ide_drive_t *, struct gendisk *);
1179 1179
1180static inline unsigned long ide_scsi_get_timeout(struct ide_atapi_pc *pc) 1180static inline unsigned long ide_scsi_get_timeout(struct ide_atapi_pc *pc)
1181{ 1181{
@@ -1186,7 +1186,6 @@ int ide_scsi_expiry(ide_drive_t *);
1186 1186
1187ide_startstop_t ide_pc_intr(ide_drive_t *drive, ide_handler_t *handler, 1187ide_startstop_t ide_pc_intr(ide_drive_t *drive, ide_handler_t *handler,
1188 void (*update_buffers)(ide_drive_t *, struct ide_atapi_pc *), 1188 void (*update_buffers)(ide_drive_t *, struct ide_atapi_pc *),
1189 void (*retry_pc)(ide_drive_t *),
1190 int (*io_buffers)(ide_drive_t *, struct ide_atapi_pc *, unsigned int, 1189 int (*io_buffers)(ide_drive_t *, struct ide_atapi_pc *, unsigned int,
1191 int)); 1190 int));
1192ide_startstop_t ide_transfer_pc(ide_drive_t *, 1191ide_startstop_t ide_transfer_pc(ide_drive_t *,