summaryrefslogtreecommitdiff
path: root/src/target/trace.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-16 10:19:33 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-16 10:19:33 -0800
commit9a98e83b49fe3541cb0d79924b13c2d86484aee2 (patch)
tree1d0cec51bdc6646a04efe1066c4842b04a3a897e /src/target/trace.h
parentdc1685ca25567fe75c8d50c825fb0303fbb66fac (diff)
downloadopenocd+libswd-9a98e83b49fe3541cb0d79924b13c2d86484aee2.tar.gz
openocd+libswd-9a98e83b49fe3541cb0d79924b13c2d86484aee2.tar.bz2
openocd+libswd-9a98e83b49fe3541cb0d79924b13c2d86484aee2.tar.xz
openocd+libswd-9a98e83b49fe3541cb0d79924b13c2d86484aee2.zip
target: less implicit inclusion of "etm.h"
Don't include it in more headers than necessary; just use it in the few files that actually need it. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/trace.h')
-rw-r--r--src/target/trace.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/target/trace.h b/src/target/trace.h
index d6fd63e4..c554c731 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,