flash: nand: move in include file the declaration of 'nand_devices'
[openocd.git] / src / server / tcl_server.h
blobbee562ce887ede842abd7ef7b46c8f389c4d2503
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 /***************************************************************************
4 * Copyright (C) 2008 *
5 ***************************************************************************/
7 #ifndef OPENOCD_SERVER_TCL_SERVER_H
8 #define OPENOCD_SERVER_TCL_SERVER_H
10 #include <server/server.h>
12 int tcl_init(void);
13 int tcl_register_commands(struct command_context *cmd_ctx);
14 void tcl_service_free(void);
16 #endif /* OPENOCD_SERVER_TCL_SERVER_H */