OpenOCD
xsvf.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /***************************************************************************
4  * Copyright (C) 2005 by Dominic Rath *
5  * Dominic.Rath@gmx.de *
6  ***************************************************************************/
7 
8 #ifndef OPENOCD_XSVF_XSVF_H
9 #define OPENOCD_XSVF_XSVF_H
10 
11 #include <helper/command.h>
12 
13 int xsvf_register_commands(struct command_context *cmd_ctx);
14 
15 #define ERROR_XSVF_EOF (-200)
16 #define ERROR_XSVF_FAILED (-201)
17 
18 #endif /* OPENOCD_XSVF_XSVF_H */
int xsvf_register_commands(struct command_context *cmd_ctx)
Definition: xsvf.c:1042