X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget.h;h=cbd3e2b2aaae02933f2235147b240a6756133326;hp=c2ca257238f6e977bdab1222f132ac1d6a392672;hb=a28eaa85f73759bb189a46308642502c9fa5aa4b;hpb=91afc3dc3083a3d4f6a4104a5132d87c8ec03c7f diff --git a/src/target/target.h b/src/target/target.h index c2ca257238..cbd3e2b2aa 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -245,7 +245,7 @@ typedef struct target_s target_type_t *type; /* target type definition (name, access functions) */ const char *cmd_name; /* tcl Name of target */ int target_number; /* generaly, target index but may not be in order */ - int chain_position; /* where on the jtag chain is this */ + jtag_tap_t *tap; /* where on the jtag chain is this */ const char *variant; /* what varient of this chip is it? */ target_event_action_t *event_action;