forked from auracaster/openocd
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
This commit is contained in:
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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user