target/cortex_m: workaround Cortex-M7 erratum 3092511
[openocd.git] / src / server / ipdbg.h
blob1f4156b7ac16a68c625289dc0276930839a7c424
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* Copyright (C) 2020 by Daniel Anselmi <danselmi@gmx.ch> */
4 #ifndef OPENOCD_IPDBG_IPDBG_H
5 #define OPENOCD_IPDBG_IPDBG_H
7 #include <helper/command.h>
9 int ipdbg_register_commands(struct command_context *cmd_ctx);
10 int ipdbg_server_free(void);
12 #endif /* OPENOCD_IPDBG_IPDBG_H */