power: Add check_wakeup_reason() to verify wakeup source irq
[firefly-linux-kernel-4.4.55.git] / include / linux / wakeup_reason.h
index 5f095da2c977b2c1ec607f7729cdcb6cc1a2a5be..ad8b76936c7fb70e35f69e4e7327d41d0d7ac8ba 100644 (file)
@@ -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 */