openocd: src: replace the GPL-2.0-or-later license tag
[fw/openocd] / src / server / tcl_server.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2
3 /***************************************************************************
4  *   Copyright (C) 2008                                                    *
5  ***************************************************************************/
6
7 #ifndef OPENOCD_SERVER_TCL_SERVER_H
8 #define OPENOCD_SERVER_TCL_SERVER_H
9
10 #include <server/server.h>
11
12 int tcl_init(void);
13 int tcl_register_commands(struct command_context *cmd_ctx);
14 void tcl_service_free(void);
15
16 #endif /* OPENOCD_SERVER_TCL_SERVER_H */