mmc: add led trigger
[deliverable/linux.git] / include / linux / mmc / host.h
index 76eef94782f8a8f0586c3b9430597c4360070743..125eee1407ff1c5ee34d2cce2984d0a6fc14c5f0 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef LINUX_MMC_HOST_H
 #define LINUX_MMC_HOST_H
 
+#include <linux/leds.h>
+
 #include <linux/mmc/core.h>
 
 struct mmc_ios {
@@ -133,6 +135,10 @@ struct mmc_host {
        struct task_struct      *sdio_irq_thread;
        atomic_t                sdio_irq_thread_abort;
 
+#ifdef CONFIG_LEDS_TRIGGERS
+       struct led_trigger      *led;           /* activity led */
+#endif
+
        unsigned long           private[0] ____cacheline_aligned;
 };
 
This page took 0.02697 seconds and 5 git commands to generate.