summaryrefslogtreecommitdiff
path: root/board/volteer/board.c
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2020-03-24 15:35:58 -0600
committerCommit Bot <commit-bot@chromium.org>2020-03-28 01:02:14 +0000
commit68b77f7c6ca95602d9cc5d63798c620e190c30f6 (patch)
tree8d1f524d730296ac228ee6ce80b1d18d0e01fb25 /board/volteer/board.c
parent4f312996f9d74ebb2ca62cc053564797bd28f8c4 (diff)
downloadchrome-ec-68b77f7c6ca95602d9cc5d63798c620e190c30f6.tar.gz
Volteer: add monitoring for PROCHOT input
Add monotoring of the PROCHOT input to the EC. BUG=b:152340521 BRANCH=none TEST=makebuild all TEST=Assert PROCHOT output from the EC and confirm EC console logging or PROCHOT input. Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: Ib28537a227ea40ac947f7b999a85354b1ae4c111 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2120067 Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Commit-Queue: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'board/volteer/board.c')
-rw-r--r--board/volteer/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/volteer/board.c b/board/volteer/board.c
index 873f9dda6b..3a81bbf35c 100644
--- a/board/volteer/board.c
+++ b/board/volteer/board.c
@@ -21,6 +21,7 @@
#include "system.h"
#include "task.h"
#include "tablet_mode.h"
+#include "throttle_ap.h"
#include "uart.h"
#include "usb_pd_tbt.h"
#include "util.h"