X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Ftcl.h;h=932b47ac8ade98f0d5ed6296abda4af391e41f2a;hp=5f1cd0e477e9ba5900e4097dcedb0f49c0450e72;hb=d1b74376336814266236054f925a9964b87dd8a5;hpb=38f8e5eefac748a30a4bf5e9d7a7313c8ae0e4e9 diff --git a/src/jtag/tcl.h b/src/jtag/tcl.h index 5f1cd0e477..932b47ac8a 100644 --- a/src/jtag/tcl.h +++ b/src/jtag/tcl.h @@ -23,17 +23,15 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef _JTAG_TCL_H_ -#define _JTAG_TCL_H_ +#ifndef OPENOCD_JTAG_TCL_H +#define OPENOCD_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 +#endif /* OPENOCD_JTAG_TCL_H */