OpenOCD
rtt_server.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /*
4  * Copyright (C) 2016-2017 by Marc Schink <dev@zapb.de>
5  */
6 
7 #ifndef OPENOCD_SERVER_RTT_SERVER_H
8 #define OPENOCD_SERVER_RTT_SERVER_H
9 
10 #include <helper/command.h>
11 
13 
14 #endif /* OPENOCD_SERVER_RTT_SERVER_H */
int rtt_server_register_commands(struct command_context *ctx)
Definition: rtt_server.c:208