summaryrefslogtreecommitdiff
path: root/src/target/arm11_dbgtap.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_dbgtap.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_dbgtap.h')
-rw-r--r--src/target/arm11_dbgtap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/arm11_dbgtap.h b/src/target/arm11_dbgtap.h
index b85a138c..8b6a2065 100644
--- a/src/target/arm11_dbgtap.h
+++ b/src/target/arm11_dbgtap.h
@@ -60,4 +60,7 @@ void arm11_sc7_set_vcr(struct arm11_common *arm11, uint32_t value);
int arm11_read_memory_word(struct arm11_common *arm11,
uint32_t address, uint32_t *result);
+/* Set up high-level debug module utilities */
+void arm11_dpm_init(struct arm11_common *arm11, uint32_t didr);
+
#endif // ARM11_DBGTAP_H