diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 790ffa7f6949..20969eb1789a 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -968,6 +968,8 @@ extern void QUIRK_LIST(ide_drive_t *); | |||
968 | 968 | ||
969 | extern int drive_is_ready(ide_drive_t *); | 969 | extern int drive_is_ready(ide_drive_t *); |
970 | 970 | ||
971 | void ide_pktcmd_tf_load(ide_drive_t *, u32, u16, u8); | ||
972 | |||
971 | /* | 973 | /* |
972 | * taskfile io for disks for now...and builds request from ide_ioctl | 974 | * taskfile io for disks for now...and builds request from ide_ioctl |
973 | */ | 975 | */ |