summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-14 14:44:10 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-14 14:44:10 +0000
commitfb27b7f8406949cac996529cbd4815f9cf21f23b (patch)
treea42b66056991e0717f41fd02af3726f78e2f837f /src/target/arm7_9_common.h
parent6954dc72398dcae88aaae39c7476cb98a2f1fccf (diff)
downloadopenocd+libswd-fb27b7f8406949cac996529cbd4815f9cf21f23b.tar.gz
openocd+libswd-fb27b7f8406949cac996529cbd4815f9cf21f23b.tar.bz2
openocd+libswd-fb27b7f8406949cac996529cbd4815f9cf21f23b.tar.xz
openocd+libswd-fb27b7f8406949cac996529cbd4815f9cf21f23b.zip
feroceon updated w.r.t. latest arm7/9 changes
git-svn-id: svn://svn.berlios.de/openocd/trunk@921 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/arm7_9_common.h')
-rw-r--r--src/target/arm7_9_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h
index 6d7e13ef..ae17a6d1 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -44,8 +44,10 @@ typedef struct arm7_9_common_s
int sw_breakpoints_added;
int breakpoint_count;
int wp_available;
+ int wp_available_max;
int wp0_used;
int wp1_used;
+ int wp1_used_default;
int force_hw_bkpts;
int dbgreq_adjust_pc;
int use_dbgrq;