]> git.sur5r.net Git - openocd/blobdiff - src/target/arm.h
jtag: remove unecessary usage of jtag_get_end_state().
[openocd] / src / target / arm.h
index ee4bd767c62446285719e6f330920eb05cddebe4..99bd983392c65dab37db9d7894d2c88c1d03b681 100644 (file)
@@ -167,6 +167,12 @@ struct arm {
                        uint32_t value);
 
        void *arch_info;
+
+       /** For targets conforming to ARM Debug Interface v5,
+        * this handle references the Debug Access Port (DAP)
+        * used to make requests to the target.
+        */
+       struct adiv5_dap *dap;
 };
 
 /** Convert target handle to generic ARM target state handle. */