summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm7_9_common.h')
-rw-r--r--src/target/arm7_9_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h
index 25141a14..fd9a9e1b 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -25,6 +25,8 @@
#include "breakpoints.h"
#include "target.h"
+#include "etb.h"
+
#define ARM7_9_COMMON_MAGIC 0x0a790a79
typedef struct arm7_9_common_s
@@ -47,6 +49,7 @@ typedef struct arm7_9_common_s
int use_dbgrq;
int has_etm;
+ etb_t *etb;
int has_single_step;
int has_monitor_mode;
int has_vector_catch;