summaryrefslogtreecommitdiff
path: root/include/jtag.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/jtag.h')
-rw-r--r--include/jtag.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/jtag.h b/include/jtag.h
index 6dd83a92bf..690158b4ec 100644
--- a/include/jtag.h
+++ b/include/jtag.h
@@ -10,7 +10,9 @@
#include "common.h"
-/* Pre-initializes the module. */
-int jtag_pre_init(void);
+/**
+ * Pre-initialize the JTAG module.
+ */
+void jtag_pre_init(void);
#endif /* __CROS_EC_JTAG_H */