diff options
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 797ae657dc3d..df0c15396bbf 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -42,6 +42,7 @@ struct mmc_ios { | |||
42 | #define MMC_POWER_OFF 0 | 42 | #define MMC_POWER_OFF 0 |
43 | #define MMC_POWER_UP 1 | 43 | #define MMC_POWER_UP 1 |
44 | #define MMC_POWER_ON 2 | 44 | #define MMC_POWER_ON 2 |
45 | #define MMC_POWER_UNDEFINED 3 | ||
45 | 46 | ||
46 | unsigned char bus_width; /* data bus width */ | 47 | unsigned char bus_width; /* data bus width */ |
47 | 48 | ||