From caf827ee8122de66721e62b933b7133df2349c4f Mon Sep 17 00:00:00 2001 From: David Brownell Date: Tue, 24 Nov 2009 00:14:06 -0800 Subject: 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 --- src/target/arm11.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/target/arm11.h') 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 */ /*@{*/ -- cgit v1.2.3