Subversion Repositories Kolibri OS

Rev

Rev 6934 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6934 Rev 6936
Line 571... Line 571...
571
	struct list_head	entry;
571
	struct list_head	entry;
572
	struct completion	completion;
572
	struct completion	completion;
573
	struct wakeup_source	*wakeup;
573
	struct wakeup_source	*wakeup;
574
	bool			wakeup_path:1;
574
	bool			wakeup_path:1;
575
	bool			syscore:1;
575
	bool			syscore:1;
-
 
576
	bool			no_pm_callbacks:1;	/* Owned by the PM core */
576
#else
577
#else
577
	unsigned int		should_wakeup:1;
578
	unsigned int		should_wakeup:1;
578
#endif
579
#endif
579
#ifdef CONFIG_PM
580
#ifdef CONFIG_PM
580
	struct timer_list	suspend_timer;
581
	struct timer_list	suspend_timer;