summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-06 08:10:57 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-06 08:10:57 +0000
commit39b57471bfd92ef0d9a3aceb69f40c1335f5b62f (patch)
tree4d7b675f1ec817d3d5e6b2596b5c4a9a053e2de9 /src/jtag/jtag.h
parenta2886fe3c66e7cdb05148234054e89730662103d (diff)
downloadopenocd_libswd-39b57471bfd92ef0d9a3aceb69f40c1335f5b62f.tar.gz
openocd_libswd-39b57471bfd92ef0d9a3aceb69f40c1335f5b62f.tar.bz2
openocd_libswd-39b57471bfd92ef0d9a3aceb69f40c1335f5b62f.tar.xz
openocd_libswd-39b57471bfd92ef0d9a3aceb69f40c1335f5b62f.zip
Introduced jtag_init and "jtag arp_init" to allow target scripts more control over how OpenOCD starts up and initializes the target.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2805 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/jtag.h')
-rw-r--r--src/jtag/jtag.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index f255a70e..786b2b83 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -335,8 +335,9 @@ extern int jtag_interface_quit(void);
extern int jtag_init(struct command_context_s* cmd_ctx);
/// reset, then initialize JTAG chain
-extern int jtag_init_reset(struct command_context_s* cmd_ctx);
-extern int jtag_register_commands(struct command_context_s* cmd_ctx);
+extern int jtag_init_reset(struct command_context_s* cmd_ctx);
+extern int jtag_register_commands(struct command_context_s* cmd_ctx);
+extern int jtag_init_inner(struct command_context_s *cmd_ctx);
/**
* @file