summaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/system.h b/include/system.h
index bce8689503..c040bca840 100644
--- a/include/system.h
+++ b/include/system.h
@@ -431,6 +431,7 @@ enum {
* detection ongoing */
SLEEP_MASK_PLL = (1 << 12), /* High-speed PLL in-use */
SLEEP_MASK_ADC = (1 << 13), /* ADC conversion ongoing */
+ SLEEP_MASK_EMMC = (1 << 14), /* eMMC emulation ongoing */
SLEEP_MASK_FORCE_NO_DSLEEP = (1 << 15), /* Force disable. */