summaryrefslogtreecommitdiff
path: root/include/power_button.h
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2014-08-20 15:36:27 -0500
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-08-21 08:02:00 +0000
commit97a4fd2751a47189aeb181da9e5a42ed651e5c33 (patch)
treeb75783818bfa276373b61247aa06aa03ac4aa76d /include/power_button.h
parentf883354bbad138390142fdeaa554f55ee51551ef (diff)
downloadchrome-ec-97a4fd2751a47189aeb181da9e5a42ed651e5c33.tar.gz
power_button: expose raw signal assertion
It's useful to expose the logic of the power button assertion according to the CONFIG active level at the hardware input. Therefore, provide power_button_signal_asserted(). BUG=chrome-os-partner:31481 BRANCH=None TEST=Benson tested this on ryu since has the button cables. Change-Id: Ica48bfe981550700a067406cb72908e14dbccba9 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/213298 Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'include/power_button.h')
-rw-r--r--include/power_button.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/power_button.h b/include/power_button.h
index 190073812e..ce9f63e216 100644
--- a/include/power_button.h
+++ b/include/power_button.h
@@ -18,6 +18,12 @@
int power_button_is_pressed(void);
/**
+ * Return non-zero if power button signal asserted at hardware input.
+ *
+ */
+int power_button_signal_asserted(void);
+
+/**
* Interrupt handler for power button.
*
* @param signal Signal which triggered the interrupt.