summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2015-08-04 23:38:04 -0700
committerEvan Wilson <evan@oliodevices.com>2015-08-04 23:38:04 -0700
commitc196c1d6cdcccb97a89d61be519db5db5fdad51e (patch)
treedf94d4fc203d4e576c44216b0c693ab04548d8f7 /include
parent905802fa542d99e1e517d6a9cfbdb24824b3651b (diff)
parentb13b7246a4b40ab53ec22d33e935d25c8ee8d1fc (diff)
downloadolio-linux-3.10-c196c1d6cdcccb97a89d61be519db5db5fdad51e.tar.xz
olio-linux-3.10-c196c1d6cdcccb97a89d61be519db5db5fdad51e.zip
Merge remote-tracking branch 'olio/mindtribe_dev' into android-3.10-bringup
Change-Id: Ib628ec8c5402bdaec5cc4924f674ba1c38206993
Diffstat (limited to 'include')
-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 7ce50f0debc..b58723ab7c7 100644
--- a/include/linux/wakeup_reason.h
+++ b/include/linux/wakeup_reason.h
@@ -19,5 +19,7 @@
#define _LINUX_WAKEUP_REASON_H
void log_wakeup_reason(int irq);
+int get_last_wakeup_reason();
+int last_wakeup_reason_test(int reason);
#endif /* _LINUX_WAKEUP_REASON_H */