summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-11 14:06:42 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-11 14:06:42 +0000
commitc4a2fdbc39dd31170e61e7fe0be332826825acbd (patch)
treee2c5b5221f3f882bee7386e24e0fed2fed9a5822 /src/jtag/jtag.h
parent0d7d64b5e9a463f63deb19f00efa14e6e5b1c34e (diff)
downloadopenocd_libswd-c4a2fdbc39dd31170e61e7fe0be332826825acbd.tar.gz
openocd_libswd-c4a2fdbc39dd31170e61e7fe0be332826825acbd.tar.bz2
openocd_libswd-c4a2fdbc39dd31170e61e7fe0be332826825acbd.tar.xz
openocd_libswd-c4a2fdbc39dd31170e61e7fe0be332826825acbd.zip
Reset wip. Just adding hooks. This is just to reduce the size of the actual change, no change in behaviour.
git-svn-id: svn://svn.berlios.de/openocd/trunk@565 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/jtag.h')
-rw-r--r--src/jtag/jtag.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index b7ce094d..27ffbf87 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -241,6 +241,10 @@ enum reset_types
extern enum reset_types jtag_reset_config;
+/* initialize interface upon startup. A successful no-op
+ * upon subsequent invocations
+ */
+extern int jtag_interface_init(struct command_context_s *cmd_ctx);
/* initialize JTAG chain using only a TLR reset. If init fails,
* try reset + init.
*/