build: cleanup src/xsvf directory
Change-Id: I5325980b240fba841d8cce81985f4da369ad9052 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/410 Tested-by: jenkins__archive__
parent
e3b114e285
commit
f7772ccb49
922
src/xsvf/xsvf.c
922
src/xsvf/xsvf.c
File diff suppressed because it is too large
Load Diff
|
@ -17,6 +17,7 @@
|
||||||
* Free Software Foundation, Inc., *
|
* Free Software Foundation, Inc., *
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifndef XSVF_H
|
#ifndef XSVF_H
|
||||||
#define XSVF_H
|
#define XSVF_H
|
||||||
|
|
||||||
|
@ -24,7 +25,7 @@
|
||||||
|
|
||||||
int xsvf_register_commands(struct command_context *cmd_ctx);
|
int xsvf_register_commands(struct command_context *cmd_ctx);
|
||||||
|
|
||||||
#define ERROR_XSVF_EOF (-200)
|
#define ERROR_XSVF_EOF (-200)
|
||||||
#define ERROR_XSVF_FAILED (-201)
|
#define ERROR_XSVF_FAILED (-201)
|
||||||
|
|
||||||
#endif /* XSVF_H */
|
#endif /* XSVF_H */
|
||||||
|
|
Loading…
Reference in New Issue