/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Copyright (C) 2020 by Daniel Anselmi */ #ifndef OPENOCD_IPDBG_IPDBG_H #define OPENOCD_IPDBG_IPDBG_H #include int ipdbg_register_commands(struct command_context *cmd_ctx); #endif /* OPENOCD_IPDBG_IPDBG_H */