X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Ftrace.h;h=483f9429774df83e8568c6903fcd765af4d21258;hb=0f1163e823c6ca3c2a81fa296157f5dde0635fea;hp=cca84d79254e79df030967c81fe6e44e87edd6d1;hpb=d0dee7ccafcf87259fadf6c5de43df8583b0e885;p=fw%2Fopenocd diff --git a/src/target/trace.h b/src/target/trace.h index cca84d792..483f94297 100644 --- a/src/target/trace.h +++ b/src/target/trace.h @@ -22,7 +22,7 @@ #include "types.h" -struct target_s; +struct target; struct command_context_s; struct trace_point @@ -51,7 +51,7 @@ typedef enum trace_status TRACE_OVERFLOWED = 0x8, } trace_status_t; -int trace_point(struct target_s *target, uint32_t number); +int trace_point(struct target *target, uint32_t number); int trace_register_commands(struct command_context_s *cmd_ctx); #define ERROR_TRACE_IMAGE_UNAVAILABLE -(1500)