aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pm_wakeup.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-19PM: Convert wakeup flag accessors to inline functionsAlan Stern1-0/+90
This patch (as1058) improves the wakeup macros in include/linux/pm.h. All but the trivial ones are converted to inline routines, which requires moving them to a separate header file since they depend on the definition of struct device. Signed-off-by: Alan Stern <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>