OpenOCD
tcl_server.h
Go to the documentation of this file.
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 */
server.h
command_context
Definition:
command.h:52
tcl_register_commands
int tcl_register_commands(struct command_context *cmd_ctx)
Definition:
tcl_server.c:353
tcl_service_free
void tcl_service_free(void)
Definition:
tcl_server.c:359
tcl_init
int tcl_init(void)
Definition:
tcl_server.c:277
src
server
tcl_server.h
Generated by
1.9.1