Remove unused in_handler_t type definition from jtag.h

git-svn-id: svn://svn.berlios.de/openocd/trunk@1982 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch 2009-06-01 21:54:35 +00:00
parent 337017d626
commit 41565073c5
1 changed files with 0 additions and 3 deletions

View File

@ -258,9 +258,6 @@ static inline tap_state_t jtag_debug_state_machine(const void *tms_buf,
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 */
struct scan_field_s;
typedef int (*in_handler_t)(u8* in_value, void* priv, struct scan_field_s* field);
typedef struct scan_field_s
{
jtag_tap_t* tap; /* tap pointer this instruction refers to */