summaryrefslogtreecommitdiff
path: root/src/target/arm11_dbgtap.h
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2010-07-20 08:42:52 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-07-20 08:42:52 +0200
commit1143bbc0c88c20300106ce9d63b2b77c9c2f66c9 (patch)
treef584c9709e451c786f93092c9a9f1a73006d1be5 /src/target/arm11_dbgtap.h
parente0525cd182aee35549f13e786143ccc0a252aeab (diff)
downloadopenocd+libswd-1143bbc0c88c20300106ce9d63b2b77c9c2f66c9.tar.gz
openocd+libswd-1143bbc0c88c20300106ce9d63b2b77c9c2f66c9.tar.bz2
openocd+libswd-1143bbc0c88c20300106ce9d63b2b77c9c2f66c9.tar.xz
openocd+libswd-1143bbc0c88c20300106ce9d63b2b77c9c2f66c9.zip
arm11 error propagation fixes
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/target/arm11_dbgtap.h')
-rw-r--r--src/target/arm11_dbgtap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/arm11_dbgtap.h b/src/target/arm11_dbgtap.h
index 762c9bec..e45bdc2d 100644
--- a/src/target/arm11_dbgtap.h
+++ b/src/target/arm11_dbgtap.h
@@ -52,8 +52,8 @@ int arm11_sc7_run(struct arm11_common *arm11,
struct arm11_sc7_action *actions, size_t count);
/* Mid-level helper functions */
-void arm11_sc7_clear_vbw(struct arm11_common *arm11);
-void arm11_sc7_set_vcr(struct arm11_common *arm11, uint32_t value);
+int arm11_sc7_clear_vbw(struct arm11_common *arm11);
+int 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);