summaryrefslogtreecommitdiff
path: root/src/helper/command.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-07 16:37:20 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-07 16:37:20 +0000
commitc76b0618d7457a68b464a64e91ed98dc2482b262 (patch)
tree05cc3e57e9413d4e43908ceec7e678470f536fc5 /src/helper/command.h
parent2cec23fc3761b2f7d978851eef62c4a291a0f18f (diff)
downloadopenocd+libswd-c76b0618d7457a68b464a64e91ed98dc2482b262.tar.gz
openocd+libswd-c76b0618d7457a68b464a64e91ed98dc2482b262.tar.bz2
openocd+libswd-c76b0618d7457a68b464a64e91ed98dc2482b262.tar.xz
openocd+libswd-c76b0618d7457a68b464a64e91ed98dc2482b262.zip
David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c
git-svn-id: svn://svn.berlios.de/openocd/trunk@898 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/command.h')
-rw-r--r--src/helper/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index 097a8d37..b410edb7 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -79,6 +79,8 @@ 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);
+extern void process_jim_events();
+
#define ERROR_COMMAND_CLOSE_CONNECTION (-600)
#define ERROR_COMMAND_SYNTAX_ERROR (-601)
#define ERROR_COMMAND_NOTFOUND (-602)