2020-10-11 08:13:05 -05:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
/* Copyright (C) 2020 by Daniel Anselmi <danselmi@gmx.ch> */
|
|
|
|
|
|
|
|
#ifndef OPENOCD_IPDBG_IPDBG_H
|
|
|
|
#define OPENOCD_IPDBG_IPDBG_H
|
|
|
|
|
|
|
|
#include <helper/command.h>
|
|
|
|
|
|
|
|
int ipdbg_register_commands(struct command_context *cmd_ctx);
|
2024-01-01 09:05:07 -06:00
|
|
|
int ipdbg_server_free(void);
|
2020-10-11 08:13:05 -05:00
|
|
|
|
|
|
|
#endif /* OPENOCD_IPDBG_IPDBG_H */
|