aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/hla/hla_tcl.h
blob: b028e4b502da22a2d6e3b88d1aaa9a253679704a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-or-later */

/***************************************************************************
 *   Copyright (C) 2011 by Mathias Kuester                                 *
 *   Mathias Kuester <kesmtp@freenet.de>                                   *
 *                                                                         *
 *   Copyright (C) 2012 by Spencer Oliver                                  *
 *   spen@spen-soft.co.uk                                                  *
 ***************************************************************************/

#ifndef OPENOCD_JTAG_HLA_HLA_TCL_H
#define OPENOCD_JTAG_HLA_HLA_TCL_H

/** */
int jim_hl_newtap(Jim_Interp *interp, int argc, Jim_Obj * const *argv);

#endif /* OPENOCD_JTAG_HLA_HLA_TCL_H */