summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/jtag.h')
-rw-r--r--src/jtag/jtag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index db7cd5c9..df015376 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -695,4 +695,6 @@ void jtag_poll_set_enabled(bool value);
bool transport_is_jtag(void);
+int jim_jtag_newtap(Jim_Interp *interp, int argc, Jim_Obj *const *argv);
+
#endif /* JTAG_H */