diff options
Diffstat (limited to 'include/linux/pm.h')
-rw-r--r-- | include/linux/pm.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index 1abfe84f447d..abd81ffaba3c 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h | |||
@@ -41,6 +41,12 @@ extern void (*pm_power_off_prepare)(void); | |||
41 | 41 | ||
42 | struct device; | 42 | struct device; |
43 | 43 | ||
44 | #ifdef CONFIG_PM | ||
45 | extern const char power_group_name[]; /* = "power" */ | ||
46 | #else | ||
47 | #define power_group_name NULL | ||
48 | #endif | ||
49 | |||
44 | typedef struct pm_message { | 50 | typedef struct pm_message { |
45 | int event; | 51 | int event; |
46 | } pm_message_t; | 52 | } pm_message_t; |
@@ -475,6 +481,7 @@ struct dev_pm_info { | |||
475 | unsigned int deferred_resume:1; | 481 | unsigned int deferred_resume:1; |
476 | unsigned int run_wake:1; | 482 | unsigned int run_wake:1; |
477 | unsigned int runtime_auto:1; | 483 | unsigned int runtime_auto:1; |
484 | unsigned int no_callbacks:1; | ||
478 | enum rpm_request request; | 485 | enum rpm_request request; |
479 | enum rpm_status runtime_status; | 486 | enum rpm_status runtime_status; |
480 | int runtime_error; | 487 | int runtime_error; |