|
From: <zw...@ma...> - 2009-06-03 03:29:04
|
Author: zwelch
Date: 2009-06-03 03:29:01 +0200 (Wed, 03 Jun 2009)
New Revision: 2017
Modified:
trunk/src/jtag/jtag.h
Log:
Remove vestigal tap_transition type from public jtag API.
Modified: trunk/src/jtag/jtag.h
===================================================================
--- trunk/src/jtag/jtag.h 2009-06-03 01:26:01 UTC (rev 2016)
+++ trunk/src/jtag/jtag.h 2009-06-03 01:29:01 UTC (rev 2017)
@@ -102,16 +102,7 @@
*/
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 */
|