Add missed accessor for checking the current TMS table.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2011 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-06-03 00:33:22 +00:00
parent f0b1b206cd
commit f7d011a955
2 changed files with 8 additions and 1 deletions

View File

@@ -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_
/**