cortex_a : multiple target on the same dap

This commit is contained in:
Michel JAOUEN
2011-04-12 18:24:50 +02:00
committed by Øyvind Harboe
parent a7844aa4e8
commit 28ddd16ddc
2 changed files with 12 additions and 0 deletions

View File

@@ -164,6 +164,8 @@ struct jtag_tap {
struct jtag_tap_event_action *event_action;
struct jtag_tap* next_tap;
/* dap instance if some null if no instance , initialized to 0 by calloc*/
struct adiv5_dap *dap;
};
void jtag_tap_init(struct jtag_tap *tap);