X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftrace.h;h=c554c731000459a6282a6e9db88c71ed8eb7677d;hp=d6fd63e4ba9a33d5c5beda14c4f7152f7125b0db;hb=cbc13187c315227c0cf8d85fb0b92d0ba4a10dab;hpb=98723c4ecdbe06f90c66f3abec27b792c3b38e34 diff --git a/src/target/trace.h b/src/target/trace.h index d6fd63e4ba..c554c73100 100644 --- a/src/target/trace.h +++ b/src/target/trace.h @@ -42,6 +42,11 @@ struct trace int trace_history_overflowed; }; +/** + * \todo This enum is one of the few things in this file related + * to *hardware* tracing ... split such "real" tracing out from + * the contrib/libdcc support. + */ typedef enum trace_status { TRACE_IDLE = 0x0,