summaryrefslogtreecommitdiff
path: root/src/jtag/interface.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 00:33:22 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 00:33:22 +0000
commitf7d011a955d993173f76ff707f4db9cdc1006cb5 (patch)
tree420345c21a889bb90bf6f728f2dad7427cd52fe6 /src/jtag/interface.h
parentf0b1b206cdba41ce2322db680f37c27ff3ae3478 (diff)
downloadopenocd_libswd-f7d011a955d993173f76ff707f4db9cdc1006cb5.tar.gz
openocd_libswd-f7d011a955d993173f76ff707f4db9cdc1006cb5.tar.bz2
openocd_libswd-f7d011a955d993173f76ff707f4db9cdc1006cb5.tar.xz
openocd_libswd-f7d011a955d993173f76ff707f4db9cdc1006cb5.zip
Add missed accessor for checking the current TMS table.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2011 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/interface.h')
-rw-r--r--src/jtag/interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jtag/interface.h b/src/jtag/interface.h
index db0dfb70..cc6ba42d 100644
--- a/src/jtag/interface.h
+++ b/src/jtag/interface.h
@@ -169,6 +169,8 @@ tap_state_t tap_state_by_name(const char *name);
/// Allow switching between old and new TMS tables. @see tap_get_tms_path
void tap_use_new_tms_table(bool use_new);
+/// @returns True if new TMS table is active; false otherwise.
+bool tap_uses_new_tms_table(void);
#ifdef _DEBUG_JTAG_IO_
/**