summaryrefslogtreecommitdiff
path: root/include/linux/wakeup_reason.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/wakeup_reason.h')
-rw-r--r--include/linux/wakeup_reason.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/wakeup_reason.h b/include/linux/wakeup_reason.h
index 5f095da2c977..ad8b76936c7f 100644
--- a/include/linux/wakeup_reason.h
+++ b/include/linux/wakeup_reason.h
@@ -22,4 +22,6 @@
void log_wakeup_reason(int irq);
void log_suspend_abort_reason(const char *fmt, ...);
+int check_wakeup_reason(int irq);
+
#endif /* _LINUX_WAKEUP_REASON_H */