i2c: Add SCCB support
[linux-block.git] / include / linux / suspend.h
index cd83059fb592c7464fc2e812d92e315fe7c77381..0c808d7fa579ec81d2da272caa0cc6630c9635a2 100644 (file)
@@ -408,6 +408,12 @@ static inline void unlock_system_sleep(void) {}
 
 #endif /* !CONFIG_PM_SLEEP */
 
+#ifdef CONFIG_PM_SLEEP_DEBUG
+extern bool pm_print_times_enabled;
+#else
+#define pm_print_times_enabled (false)
+#endif
+
 #ifdef CONFIG_PM_AUTOSLEEP
 
 /* kernel/power/autosleep.c */