You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
220 B

  1. #ifndef _JTAG_TCL_H_
  2. #define _JTAG_TCL_H_
  3. int jim_jtag_configure(Jim_Interp *interp, int argc,
  4. Jim_Obj * const *argv);
  5. int jim_jtag_tap_enabler(Jim_Interp *interp, int argc,
  6. Jim_Obj * const *argv);
  7. #endif