summaryrefslogtreecommitdiff
path: root/src/target/arm11.h
diff options
context:
space:
mode:
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 */
/*@{*/