From 6510be8b8b0ffbe6c3d577625f7485775c69a99a Mon Sep 17 00:00:00 2001 From: oharboe Date: Wed, 23 Apr 2008 05:42:42 +0000 Subject: added fast option. git-svn-id: svn://svn.berlios.de/openocd/trunk@604 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/command.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/helper/command.h') diff --git a/src/helper/command.h b/src/helper/command.h index 6e6af75e..3586017d 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -79,4 +79,7 @@ extern int command_run_file(command_context_t *context, FILE *file, enum command #define ERROR_COMMAND_CLOSE_CONNECTION (-600) #define ERROR_COMMAND_SYNTAX_ERROR (-601) + +extern int fast_and_dangerous; + #endif /* COMMAND_H */ -- cgit v1.2.3