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
This commit is contained in:
parent
d706eb206e
commit
1c74d0e3a4
|
@ -269,7 +269,7 @@ unsigned jtag_tap_count_enabled(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Append a new TAP to the chain of all taps.
|
/// 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++;
|
t->abs_chain_position = jtag_num_taps++;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue