Documentation: fix warning "unbalanced square brackets"
[openocd.git] / src / xsvf / xsvf.h
blob04ba056da77dae224a970968e3089f3a2440b227
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 /***************************************************************************
4 * Copyright (C) 2005 by Dominic Rath *
5 * Dominic.Rath@gmx.de *
6 ***************************************************************************/
8 #ifndef OPENOCD_XSVF_XSVF_H
9 #define OPENOCD_XSVF_XSVF_H
11 #include <helper/command.h>
13 int xsvf_register_commands(struct command_context *cmd_ctx);
15 #define ERROR_XSVF_EOF (-200)
16 #define ERROR_XSVF_FAILED (-201)
18 #endif /* OPENOCD_XSVF_XSVF_H */