diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-08-03 14:35:13 -0700 | 
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-08-03 14:35:13 -0700 | 
| commit | b13b7246a4b40ab53ec22d33e935d25c8ee8d1fc (patch) | |
| tree | 16ef157c39bf68ad01bec5270111b9e4051eac01 /include/linux/wakeup_reason.h | |
| parent | e419bb863c5df364265e5acab5f35eb7dc2d90db (diff) | |
| download | olio-linux-3.10-b13b7246a4b40ab53ec22d33e935d25c8ee8d1fc.tar.xz olio-linux-3.10-b13b7246a4b40ab53ec22d33e935d25c8ee8d1fc.zip | |
Mindtribe latest accelerometer managementmindtribe_dev
Change-Id: Ia7d76c3c5f7807a37a0e26d5892c0826de8faa84
Diffstat (limited to 'include/linux/wakeup_reason.h')
| -rw-r--r-- | include/linux/wakeup_reason.h | 2 | 
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 */ |