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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/rdd.h b/chip/g/rdd.h
index 159801b203..e30dc0c80f 100644
--- a/chip/g/rdd.h
+++ b/chip/g/rdd.h
@@ -21,6 +21,6 @@ void print_rdd_state(void);
*
* @return 1 if debug accessory is detected, 0 if not detected.
*/
-int rdd_is_detected(void);
+uint8_t rdd_is_detected(void);
#endif /* __CROS_RDD_H */