summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 01:29:01 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 01:29:01 +0000
commit0d5da4bccbd3a16c447b4c2416fc7b66faa36942 (patch)
tree3b54fdb11266a93471b809b94589b682155f967c /src
parent67caf323f74937e11c0f5f95c2ee57d2786ac02b (diff)
downloadopenocd+libswd-0d5da4bccbd3a16c447b4c2416fc7b66faa36942.tar.gz
openocd+libswd-0d5da4bccbd3a16c447b4c2416fc7b66faa36942.tar.bz2
openocd+libswd-0d5da4bccbd3a16c447b4c2416fc7b66faa36942.tar.xz
openocd+libswd-0d5da4bccbd3a16c447b4c2416fc7b66faa36942.zip
Remove vestigal tap_transition type from public jtag API.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2017 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/jtag/jtag.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index 0c2f1335..6882df9a 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -102,15 +102,6 @@ typedef enum tap_state
*/
const char* tap_state_name(tap_state_t state);
-typedef struct tap_transition_s
-{
- tap_state_t high;
- tap_state_t low;
-} tap_transition_t;
-
-//extern tap_transition_t tap_transitions[16]; /* describe the TAP state diagram */
-
-
extern tap_state_t cmd_queue_end_state; /* finish DR scans in dr_end_state */
extern tap_state_t cmd_queue_cur_state; /* current TAP state */