summaryrefslogtreecommitdiff
path: root/board/poppy/board.h
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2018-01-05 13:59:03 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-01-05 12:10:01 -0800
commit13f3e27c80598cd066696cd413ac6b651f7a8006 (patch)
tree70164eca90c8285789c17c30e93e77f09d2fd0bf /board/poppy/board.h
parent1c0d70d1b0796fc339e7b59eeeed118a081f5908 (diff)
downloadchrome-ec-13f3e27c80598cd066696cd413ac6b651f7a8006.tar.gz
poppy: Move base detection logic to separate file
wand will have a very different detection logic: moving this to a separate file will make it easier and cleaner to implement. BRANCH=none BUG=b:67029560 TEST=make buildall -j TEST=soraka: Base detection still works, power is cut in S5. Change-Id: Ibc4ad0d9f5ad9a0df7834c712145035f7c62f335 Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/851554 Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Diffstat (limited to 'board/poppy/board.h')
-rw-r--r--board/poppy/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/poppy/board.h b/board/poppy/board.h
index 083f764c17..41aa1f19d9 100644
--- a/board/poppy/board.h
+++ b/board/poppy/board.h
@@ -250,6 +250,8 @@ int board_get_version(void);
void board_reset_pd_mcu(void);
void board_set_tcpc_power_mode(int port, int mode);
+void base_detect_interrupt(enum gpio_signal signal);
+
#endif /* !__ASSEMBLER__ */
#endif /* __CROS_EC_BOARD_H */