X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Ftcl.h;h=95dea13c0a7334d4350aed6a7db894ed3e98a1d5;hb=d019080dfaa6c0c49228ecec2ad0c585ac65cb73;hp=c9adb1e9dac373fce8dde0753dea4ef571cccc68;hpb=1d873623a04a42da690fd047d11943cec3ee1d7d;p=openocd.git diff --git a/src/jtag/tcl.h b/src/jtag/tcl.h index c9adb1e9da..95dea13c0a 100644 --- a/src/jtag/tcl.h +++ b/src/jtag/tcl.h @@ -1,9 +1,39 @@ +/*************************************************************************** + * Copyright (C) 2005 by Dominic Rath * + * Dominic.Rath@gmx.de * + * * + * Copyright (C) 2007-2010 Øyvind Harboe * + * oyvind.harboe@zylin.com * + * * + * Copyright (C) 2009 SoftPLC Corporation * + * http://softplc.com * + * dick@softplc.com * + * * + * Copyright (C) 2009 Zachary T Welch * + * zw@superlucidity.net * + * * + * 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 * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * 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., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + ***************************************************************************/ + #ifndef _JTAG_TCL_H_ #define _JTAG_TCL_H_ int jim_jtag_configure(Jim_Interp *interp, int argc, - Jim_Obj * const *argv); + Jim_Obj * const *argv); int jim_jtag_tap_enabler(Jim_Interp *interp, int argc, - Jim_Obj * const *argv); + Jim_Obj * const *argv); #endif