summaryrefslogtreecommitdiff
path: root/include/case_closed_debug.h
diff options
context:
space:
mode:
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 */