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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/case_closed_debug.h b/include/case_closed_debug.h
index 82c9c9548f..ed2f13d099 100644
--- a/include/case_closed_debug.h
+++ b/include/case_closed_debug.h
@@ -26,6 +26,8 @@ enum ccd_mode {
* device over CCD.
*/
CCD_MODE_ENABLED,
+
+ CCD_MODE_COUNT,
};
/*
@@ -33,4 +35,6 @@ enum ccd_mode {
*/
void ccd_set_mode(enum ccd_mode new_mode);
+/* Initialize the PHY based on CCD state */
+void ccd_phy_init(int enable_ccd);
#endif /* __CROS_EC_CASE_CLOSED_DEBUG_H */