Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2156 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch 2009-06-09 08:39:44 +00:00
parent d19643f774
commit 92a102c2d5
2 changed files with 2 additions and 2 deletions

View File

@ -236,8 +236,6 @@ enum jtag_tap_event {
JTAG_TAP_EVENT_DISABLE
};
extern const Jim_Nvp nvp_jtag_tap_event[];
struct jtag_tap_event_action_s
{
enum jtag_tap_event event;

View File

@ -41,6 +41,8 @@
extern bool hasKHz;
extern const Jim_Nvp nvp_jtag_tap_event[];
/* jtag interfaces (parport, FTDI-USB, TI-USB, ...)
*/