diff options
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r-- | include/linux/mmc/host.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index eaf36364b7d4..43eaf5ca5848 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/sched.h> | 14 | #include <linux/sched.h> |
15 | 15 | ||
16 | #include <linux/mmc/core.h> | 16 | #include <linux/mmc/core.h> |
17 | #include <linux/mmc/pm.h> | ||
17 | 18 | ||
18 | struct mmc_ios { | 19 | struct mmc_ios { |
19 | unsigned int clock; /* clock rate */ | 20 | unsigned int clock; /* clock rate */ |
@@ -152,6 +153,8 @@ struct mmc_host { | |||
152 | #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ | 153 | #define MMC_CAP_NONREMOVABLE (1 << 8) /* Nonremovable e.g. eMMC */ |
153 | #define MMC_CAP_WAIT_WHILE_BUSY (1 << 9) /* Waits while card is busy */ | 154 | #define MMC_CAP_WAIT_WHILE_BUSY (1 << 9) /* Waits while card is busy */ |
154 | 155 | ||
156 | mmc_pm_flag_t pm_caps; /* supported pm features */ | ||
157 | |||
155 | /* host specific block data */ | 158 | /* host specific block data */ |
156 | unsigned int max_seg_size; /* see blk_queue_max_segment_size */ | 159 | unsigned int max_seg_size; /* see blk_queue_max_segment_size */ |
157 | unsigned short max_hw_segs; /* see blk_queue_max_hw_segments */ | 160 | unsigned short max_hw_segs; /* see blk_queue_max_hw_segments */ |
@@ -197,6 +200,8 @@ struct mmc_host { | |||
197 | struct task_struct *sdio_irq_thread; | 200 | struct task_struct *sdio_irq_thread; |
198 | atomic_t sdio_irq_thread_abort; | 201 | atomic_t sdio_irq_thread_abort; |
199 | 202 | ||
203 | mmc_pm_flag_t pm_flags; /* requested pm features */ | ||
204 | |||
200 | #ifdef CONFIG_LEDS_TRIGGERS | 205 | #ifdef CONFIG_LEDS_TRIGGERS |
201 | struct led_trigger *led; /* activity led */ | 206 | struct led_trigger *led; /* activity led */ |
202 | #endif | 207 | #endif |