aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-09 08:39:44 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-09 08:39:44 +0000
commit92a102c2d5c59592458b5fcd23d0eeb34eb47141 (patch)
treed43aad6c0b960dd904698c9e3283a7985e1eb112 /src/jtag/jtag.h
parentd19643f7743f845783721fe6c09c6b69fa097bc6 (diff)
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
Diffstat (limited to 'src/jtag/jtag.h')
-rw-r--r--src/jtag/jtag.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index 97868226..a3e61e3b 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -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;