From 9a98e83b49fe3541cb0d79924b13c2d86484aee2 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 16 Nov 2009 10:19:33 -0800 Subject: 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 --- src/target/trace.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/target/trace.h') 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, -- cgit v1.2.3