diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index be79122b9431..55098eed3b21 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 *); |
1143 | int ide_queue_pc_tail(ide_drive_t *, struct gendisk *, struct ide_atapi_pc *); | 1143 | int ide_queue_pc_tail(ide_drive_t *, struct gendisk *, struct ide_atapi_pc *); |
1144 | 1144 | ||
1145 | int ide_do_test_unit_ready(ide_drive_t *, struct gendisk *); | ||
1145 | int ide_do_start_stop(ide_drive_t *, struct gendisk *, int); | 1146 | int ide_do_start_stop(ide_drive_t *, struct gendisk *, int); |
1146 | int ide_set_media_lock(ide_drive_t *, struct gendisk *, int); | 1147 | int ide_set_media_lock(ide_drive_t *, struct gendisk *, int); |
1147 | 1148 | ||