summaryrefslogtreecommitdiff
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index a68f7871d3bb..98a1a968ad93 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1044,6 +1044,8 @@ typedef struct hwif_s {
void *hwif_data; /* extra hwif data */
unsigned dma;
+
+ void (*led_act)(void *data, int rw);
} ide_hwif_t;
/*