aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 8b0ea43884c0..4a904681f3e4 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -609,6 +609,9 @@ struct ide_drive_s {
609 /* current packet command */ 609 /* current packet command */
610 struct ide_atapi_pc *pc; 610 struct ide_atapi_pc *pc;
611 611
612 /* last failed packet command */
613 struct ide_atapi_pc *failed_pc;
614
612 /* callback for packet commands */ 615 /* callback for packet commands */
613 void (*pc_callback)(struct ide_drive_s *, int); 616 void (*pc_callback)(struct ide_drive_s *, int);
614 617