Allow jtag_tap_add to be called from other JTAG code modules.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2140 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
zwelch 2009-06-09 02:23:16 +00:00
parent d706eb206e
commit 1c74d0e3a4
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ unsigned jtag_tap_count_enabled(void)
}
/// Append a new TAP to the chain of all taps.
static void jtag_tap_add(struct jtag_tap_s *t)
void jtag_tap_add(struct jtag_tap_s *t)
{
t->abs_chain_position = jtag_num_taps++;