summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.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/arm7_9_common.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/arm7_9_common.h')
-rw-r--r--src/target/arm7_9_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h
index e5a2bb71..266bf800 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -30,6 +30,7 @@
#define ARM7_9_COMMON_H
#include "armv4_5.h"
+#include "arm_jtag.h"
#define ARM7_9_COMMON_MAGIC 0x0a790a79 /**< */