summaryrefslogtreecommitdiff
path: root/src/helper/command.h
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-18 11:38:23 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-18 11:38:23 +0000
commit60ba4476dfef5fae48b85d54e376a3ca27442113 (patch)
treed830eeb18a83b51cb23f3fb672cb0587c4d92804 /src/helper/command.h
parent722fcb8d61e98be3ec2be73f26e8c9ab2136d70c (diff)
downloadopenocd_libswd-60ba4476dfef5fae48b85d54e376a3ca27442113.tar.gz
openocd_libswd-60ba4476dfef5fae48b85d54e376a3ca27442113.tar.bz2
openocd_libswd-60ba4476dfef5fae48b85d54e376a3ca27442113.tar.xz
openocd_libswd-60ba4476dfef5fae48b85d54e376a3ca27442113.zip
- fix incorrectly registered function openocd_array2mem
- removed unused variables - reformatted lpc288x.[ch] - fixed helper/Makefile.am dependencies - add correct svn props to added files git-svn-id: svn://svn.berlios.de/openocd/trunk@829 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/command.h')
-rw-r--r--src/helper/command.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index 9aa66078..0ef313ad 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -76,14 +76,12 @@ extern int command_run_line(command_context_t *context, char *line);
extern int command_run_linef(command_context_t *context, char *format, ...);
extern void command_output_text(command_context_t *context, const char *data);
-
#define ERROR_COMMAND_CLOSE_CONNECTION (-600)
#define ERROR_COMMAND_SYNTAX_ERROR (-601)
#define ERROR_COMMAND_NOTFOUND (-602)
extern int fast_and_dangerous;
-
/* Integrate the JIM TCL interpretor into the command processing. */
#include <stdarg.h>
#ifdef __ECOS