summaryrefslogtreecommitdiff
path: root/include/case_closed_debug.h
diff options
context:
space:
mode:
authorAnton Staaf <robotboy@chromium.org>2015-02-09 10:51:53 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-02-10 23:07:16 +0000
commit5444205f7925acb2022412c129889091410e099b (patch)
tree458440144e7086f4d3ad99718b68b56ac6a60f03 /include/case_closed_debug.h
parent6136b1fb09d44410dc8a591abf51d16e5eca3966 (diff)
downloadchrome-ec-5444205f7925acb2022412c129889091410e099b.tar.gz
CCD: Remove CCD specific board connect and disconnect
Previously the Case Closed Debugging system provided a way for the board to connect and disconnect the CCD USB lines correctly, but this functionality is better implemented by board_set_usb_mux. Signed-off-by: Anton Staaf <robotboy@chromium.org> BRANCH=None BUG=None TEST=make buildall -j Change-Id: I697ee9740c64ac93557d9fca8b2d10e858c51193 Reviewed-on: https://chromium-review.googlesource.com/247721 Trybot-Ready: Anton Staaf <robotboy@chromium.org> Tested-by: Anton Staaf <robotboy@chromium.org> Reviewed-by: Vic Yang <victoryang@chromium.org> Commit-Queue: Anton Staaf <robotboy@chromium.org>
Diffstat (limited to 'include/case_closed_debug.h')
-rw-r--r--include/case_closed_debug.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/case_closed_debug.h b/include/case_closed_debug.h
index 1884e545d9..5445022ec3 100644
--- a/include/case_closed_debug.h
+++ b/include/case_closed_debug.h
@@ -33,17 +33,4 @@ enum ccd_mode {
*/
void ccd_set_mode(enum ccd_mode new_mode);
-/*
- * Board provided function that should ensure that the debug USB port is ready
- * for use by the case closed debug code. This could mean updating a MUX or
- * switch to disconnect USB from the AP.
- */
-void ccd_board_connect(void);
-
-/*
- * Board provided function that releases the debug USB port, giving it back
- * to the AP.
- */
-void ccd_board_disconnect(void);
-
#endif /* INCLUDE_CASE_CLOSED_DEBUG_H */