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 29e35980d7e3..f7fe8b1fe681 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -627,6 +627,9 @@ typedef struct hwif_s {
627typedef ide_startstop_t (ide_handler_t)(ide_drive_t *); 627typedef ide_startstop_t (ide_handler_t)(ide_drive_t *);
628typedef int (ide_expiry_t)(ide_drive_t *); 628typedef int (ide_expiry_t)(ide_drive_t *);
629 629
630/* used by ide-cd, ide-floppy, etc. */
631typedef void (xfer_func_t)(ide_drive_t *, void *, u32);
632
630typedef struct hwgroup_s { 633typedef struct hwgroup_s {
631 /* irq handler, if active */ 634 /* irq handler, if active */
632 ide_startstop_t (*handler)(ide_drive_t *); 635 ide_startstop_t (*handler)(ide_drive_t *);