flash: nand: move in include file the declaration of 'nand_devices'
[openocd.git] / src / server / ipdbg.h
blob6b705458456ecc2fa8eb3afcb537c267677b469d
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);
11 #endif /* OPENOCD_IPDBG_IPDBG_H */