]> git.gag.com Git - fw/openocd/blob - src/jtag/tcl.h
flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / src / jtag / tcl.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2
3 /***************************************************************************
4  *   Copyright (C) 2005 by Dominic Rath                                    *
5  *   Dominic.Rath@gmx.de                                                   *
6  *                                                                         *
7  *   Copyright (C) 2007-2010 Ã˜yvind Harboe                                 *
8  *   oyvind.harboe@zylin.com                                               *
9  *                                                                         *
10  *   Copyright (C) 2009 SoftPLC Corporation                                *
11  *       http://softplc.com                                                *
12  *   dick@softplc.com                                                      *
13  *                                                                         *
14  *   Copyright (C) 2009 Zachary T Welch                                    *
15  *   zw@superlucidity.net                                                  *
16  ***************************************************************************/
17
18 #ifndef OPENOCD_JTAG_TCL_H
19 #define OPENOCD_JTAG_TCL_H
20
21 int jim_jtag_configure(Jim_Interp *interp, int argc,
22                 Jim_Obj * const *argv);
23 int jim_jtag_tap_enabler(Jim_Interp *interp, int argc,
24                 Jim_Obj * const *argv);
25
26 #endif /* OPENOCD_JTAG_TCL_H */