summaryrefslogtreecommitdiff
path: root/src/target/arm11.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-24 00:14:06 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-24 00:14:06 -0800
commitcaf827ee8122de66721e62b933b7133df2349c4f (patch)
tree328a55e2571d98c2e24f526d42018975175ede4f /src/target/arm11.h
parente6dc927e972bb2d91131b0193b676c531377f318 (diff)
downloadopenocd+libswd-caf827ee8122de66721e62b933b7133df2349c4f.tar.gz
openocd+libswd-caf827ee8122de66721e62b933b7133df2349c4f.tar.bz2
openocd+libswd-caf827ee8122de66721e62b933b7133df2349c4f.tar.xz
openocd+libswd-caf827ee8122de66721e62b933b7133df2349c4f.zip
ARM11: implement provider for new DPM interface
This is a very thin layer over some of the current ARM11 debug TAP utilities. The layer isn't yet hooked up. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm11.h')
-rw-r--r--src/target/arm11.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/target/arm11.h b/src/target/arm11.h
index d40faa4f..a67c3371 100644
--- a/src/target/arm11.h
+++ b/src/target/arm11.h
@@ -24,6 +24,7 @@
#define ARM11_H
#include "armv4_5.h"
+#include "arm_dpm.h"
/* TEMPORARY -- till we switch to the shared infrastructure */
#define ARM11_REGCACHE_COUNT 20
@@ -59,6 +60,9 @@ struct arm11_common
struct arm arm;
struct target * target; /**< Reference back to the owner */
+ /** Debug module state. */
+ struct arm_dpm dpm;
+
/** \name Processor type detection */
/*@{*/