summaryrefslogtreecommitdiff
path: root/include/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clock.h')
-rw-r--r--include/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clock.h b/include/clock.h
index b2e3b81ac1..e70df962b1 100644
--- a/include/clock.h
+++ b/include/clock.h
@@ -46,6 +46,7 @@ enum {
SLEEP_MASK_UART = (1 << 1), /* UART communication on-going */
SLEEP_MASK_I2C = (1 << 2), /* I2C master communication on-going */
SLEEP_MASK_CHARGING = (1 << 3), /* Charging loop on-going */
+ SLEEP_MASK_USB_PWR = (1 << 4), /* USB power loop on-going */
SLEEP_MASK_FORCE = (1 << 31), /* Force disabling low power modes */
};