mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user