change #include "arm_jtag.h" to <target/arm_jtag.h>
[fw/openocd] / src / target / oocd_trace.h
index 49b4b890188ed5fcad146d73599abfc2811eb0d8..8234b65919a3e842cdc4e48235bbe350208edf3e 100644 (file)
@@ -48,7 +48,7 @@ enum
 
 struct oocd_trace
 {
-       etm_context_t *etm_ctx;
+       struct etm_context *etm_ctx;
        char *tty;
        int tty_fd;
        struct termios oldtio, newtio;