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 d4a910cdb907..56d0bc2dffee 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -973,6 +973,7 @@ typedef struct ide_task_s { | |||
973 | void ide_tf_dump(const char *, struct ide_taskfile *); | 973 | void ide_tf_dump(const char *, struct ide_taskfile *); |
974 | 974 | ||
975 | extern void SELECT_DRIVE(ide_drive_t *); | 975 | extern void SELECT_DRIVE(ide_drive_t *); |
976 | void SELECT_MASK(ide_drive_t *, int); | ||
976 | 977 | ||
977 | extern int drive_is_ready(ide_drive_t *); | 978 | extern int drive_is_ready(ide_drive_t *); |
978 | 979 | ||