summaryrefslogtreecommitdiff
path: root/chip/g/rdd.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/rdd.h')
-rw-r--r--chip/g/rdd.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/chip/g/rdd.h b/chip/g/rdd.h
index 4e25fe4293..1fd4f89152 100644
--- a/chip/g/rdd.h
+++ b/chip/g/rdd.h
@@ -12,16 +12,6 @@
void init_rdd_state(void);
/**
- * Enable/disable forcing debug accessory detection.
- *
- * When enabled, the RDD module will assert CCD_MODE_L even if the CC value
- * does not indicate a debug accessory is present.
- *
- * @param enable Enable (1) or disable (0) keepalive.
- */
-void force_rdd_detect(int enable);
-
-/**
* Print debug accessory detect state
*/
void print_rdd_state(void);