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 67f98c096c03..ecaa96e613dc 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1238,6 +1238,7 @@ static inline int ide_dev_is_sata(struct hd_driveid *id) | |||
1238 | return 0; | 1238 | return 0; |
1239 | } | 1239 | } |
1240 | 1240 | ||
1241 | u64 ide_get_lba_addr(struct ide_taskfile *, int); | ||
1241 | u8 ide_dump_status(ide_drive_t *, const char *, u8); | 1242 | u8 ide_dump_status(ide_drive_t *, const char *, u8); |
1242 | 1243 | ||
1243 | typedef struct ide_pio_timings_s { | 1244 | typedef struct ide_pio_timings_s { |