X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Fhla%2Fhla_tcl.h;fp=src%2Fjtag%2Fstlink%2Fstlink_tcl.h;h=aa17a50c696c0e76274db23db2b9c5a390ce7575;hb=549d9bc72cbca3ba352e6b4bcd6e31d9fd9a0bc7;hp=6cdb5b5b37447906b8f331171360ba3f10b90f2d;hpb=1bba393e3cf6ae36bf056f99761a0571811dc28a;p=openocd.git diff --git a/src/jtag/stlink/stlink_tcl.h b/src/jtag/hla/hla_tcl.h similarity index 80% rename from src/jtag/stlink/stlink_tcl.h rename to src/jtag/hla/hla_tcl.h index 6cdb5b5b37..aa17a50c69 100644 --- a/src/jtag/stlink/stlink_tcl.h +++ b/src/jtag/hla/hla_tcl.h @@ -2,6 +2,9 @@ * Copyright (C) 2011 by Mathias Kuester * * Mathias Kuester * * * + * Copyright (C) 2012 by Spencer Oliver * + * spen@spen-soft.co.uk * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -18,10 +21,10 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef _STLINK_TCL_ -#define _STLINK_TCL_ +#ifndef _HL_TCL_ +#define _HL_TCL_ /** */ -int jim_stlink_newtap(Jim_Interp *interp, int argc, Jim_Obj * const *argv); +int jim_hl_newtap(Jim_Interp *interp, int argc, Jim_Obj * const *argv); -#endif +#endif /* _HL_TCL_ */