summaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
authorMichel JAOUEN <michel.jaouen@stericsson.com>2011-04-12 18:24:50 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-04-13 10:56:52 +0200
commit28ddd16ddce082b2d47ce0a61f485119a20298d6 (patch)
treeb746b395d4a2efcf879b675c01179587b9a9b9a7 /src/jtag
parenta7844aa4e83481a66fd5df8f33956da586d2f880 (diff)
downloadopenocd+libswd-28ddd16ddce082b2d47ce0a61f485119a20298d6.tar.gz
openocd+libswd-28ddd16ddce082b2d47ce0a61f485119a20298d6.tar.bz2
openocd+libswd-28ddd16ddce082b2d47ce0a61f485119a20298d6.tar.xz
openocd+libswd-28ddd16ddce082b2d47ce0a61f485119a20298d6.zip
cortex_a : multiple target on the same dap
Diffstat (limited to 'src/jtag')
-rw-r--r--src/jtag/jtag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index 6709cf71..a3ce3711 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -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);