diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2012-01-27 16:47:48 +0000 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2012-02-06 10:45:43 +0000 |
commit | f7772ccb490c3f26a17a0fd15a251ffc5f49e262 (patch) | |
tree | 66cf933b26e3e25b7e80e5c7dc46b09a892384a5 /src/xsvf/xsvf.h | |
parent | e3b114e285e59f2711423df83296911e6ca0fb02 (diff) | |
download | riscv-openocd-f7772ccb490c3f26a17a0fd15a251ffc5f49e262.zip riscv-openocd-f7772ccb490c3f26a17a0fd15a251ffc5f49e262.tar.gz riscv-openocd-f7772ccb490c3f26a17a0fd15a251ffc5f49e262.tar.bz2 |
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
Diffstat (limited to 'src/xsvf/xsvf.h')
-rw-r--r-- | src/xsvf/xsvf.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xsvf/xsvf.h b/src/xsvf/xsvf.h index 7ce3711..508e603 100644 --- a/src/xsvf/xsvf.h +++ b/src/xsvf/xsvf.h @@ -17,6 +17,7 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ + #ifndef XSVF_H #define XSVF_H @@ -24,7 +25,7 @@ int xsvf_register_commands(struct command_context *cmd_ctx); -#define ERROR_XSVF_EOF (-200) -#define ERROR_XSVF_FAILED (-201) +#define ERROR_XSVF_EOF (-200) +#define ERROR_XSVF_FAILED (-201) -#endif /* XSVF_H */ +#endif /* XSVF_H */ |