aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 ac067a3c1be3..be79122b9431 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1142,6 +1142,7 @@ void ide_queue_pc_head(ide_drive_t *, struct gendisk *, struct ide_atapi_pc *,
1142 struct request *); 1142 struct request *);
1143int ide_queue_pc_tail(ide_drive_t *, struct gendisk *, struct ide_atapi_pc *); 1143int ide_queue_pc_tail(ide_drive_t *, struct gendisk *, struct ide_atapi_pc *);
1144 1144
1145int ide_do_start_stop(ide_drive_t *, struct gendisk *, int);
1145int ide_set_media_lock(ide_drive_t *, struct gendisk *, int); 1146int ide_set_media_lock(ide_drive_t *, struct gendisk *, int);
1146 1147
1147ide_startstop_t ide_pc_intr(ide_drive_t *drive, struct ide_atapi_pc *pc, 1148ide_startstop_t ide_pc_intr(ide_drive_t *drive, struct ide_atapi_pc *pc,