]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/pm.h
PM: Handle device registrations during suspend/resume
[linux-2.6-omap-h63xx.git] / include / linux / pm.h
index 015b735811b436e87a99ffbc5bb27f4ede1226cc..e6b9f29e27d7c8a0bf88a7fde3856b83335762d7 100644 (file)
@@ -183,6 +183,7 @@ typedef struct pm_message {
 struct dev_pm_info {
        pm_message_t            power_state;
        unsigned                can_wakeup:1;
+       bool                    sleeping:1;     /* Owned by the PM core */
 #ifdef CONFIG_PM_SLEEP
        unsigned                should_wakeup:1;
        struct list_head        entry;