summaryrefslogtreecommitdiff
path: root/include/case_closed_debug.h
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@chromium.org>2017-09-07 14:56:08 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-10-05 10:36:14 -0700
commit1e72cc1f5719d5c5df6dbe76a8c86f60a525fe1a (patch)
treea0b90021330e7f8495f351d65e69504a1548f7af /include/case_closed_debug.h
parent7dc3066837aaaa565af5df2e1433d7564d43220b (diff)
downloadchrome-ec-1e72cc1f5719d5c5df6dbe76a8c86f60a525fe1a.tar.gz
cleanup: pd: Remove CONFIG_CASE_CLOSED_DEBUG
CONFIG_CASE_CLOSED_DEBUG (CCD functionality implemented by EC) is no longer used in conjunction with CONFIG_USB_POWER_DELIVERY, and the common routines are only used by one board. BUG=chromium:737755 BRANCH=None TEST=`make buildall -j` Change-Id: Idc3d2fccef6cbec2af786cef634d752a02a0e859 Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/656315 Commit-Ready: Shawn N <shawnn@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Nick Sanders <nsanders@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'include/case_closed_debug.h')
-rw-r--r--include/case_closed_debug.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/case_closed_debug.h b/include/case_closed_debug.h
index 4cab77165c..b41532bc5e 100644
--- a/include/case_closed_debug.h
+++ b/include/case_closed_debug.h
@@ -35,14 +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);
-
-/*
- * Get current CCD mode.
- */
-enum ccd_mode ccd_get_mode(void);
-
/**
* Return non-zero if the CCD external interface is enabled.
*/