diff options
author | ChromeOS Developer <rspangler@chromium.org> | 2013-03-15 14:55:53 -0700 |
---|---|---|
committer | ChromeBot <chrome-bot@google.com> | 2013-03-19 10:31:12 -0700 |
commit | 6c285c09941dfb1924b037476e823ecff20c897d (patch) | |
tree | 02fa6d9f4a20f380ed6bc99e6994d6ab2c65c2ca /include/switch.h | |
parent | c196c66432ea9d74a84602f4a49c4fd43de1ddd5 (diff) | |
download | chrome-ec-6c285c09941dfb1924b037476e823ecff20c897d.tar.gz |
Move external power detect for link to its own file
Now that it doesn't need to leverage SWITCH_TASK to send the AC_CHANGE
notification, pure GPIO-based external power detection can move from
switch.c to its own file.
BUG=chrome-os-partner:18256
BRANCH=none
TEST=add AC power, UI shows charging indicator; remove AC, indicator goes away
Change-Id: Id495f34185b7d971c241ac6d0a8311a6bf544507
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/45789
Diffstat (limited to 'include/switch.h')
-rw-r--r-- | include/switch.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/switch.h b/include/switch.h index 9c4dfef498..ffb8eaee7b 100644 --- a/include/switch.h +++ b/include/switch.h @@ -24,11 +24,6 @@ void switch_interrupt(enum gpio_signal signal); void switch_task(void); /** - * Return non-zero if AC power is present. - */ -int switch_get_ac_present(void); - -/** * Return non-zero if lid is open. * * Uses the debounced lid state, not the raw signal from the GPIO. |