Make jim functions public accessible.
Change this 2 functions to make it accessible for other tcl interfaces. Change-Id: Idee07fcc779941b037a05a40c021e3fb0b1a4a7a Signed-off-by: Mathias K <kesmtp@freenet.de> Reviewed-on: http://openocd.zylin.com/277 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
committed by
Spencer Oliver
parent
54f820e8d8
commit
1d873623a0
9
src/jtag/tcl.h
Normal file
9
src/jtag/tcl.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _JTAG_TCL_H_
|
||||
#define _JTAG_TCL_H_
|
||||
|
||||
int jim_jtag_configure(Jim_Interp *interp, int argc,
|
||||
Jim_Obj * const *argv);
|
||||
int jim_jtag_tap_enabler(Jim_Interp *interp, int argc,
|
||||
Jim_Obj * const *argv);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user