summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2010-04-11 01:31:42 +0800
committerAntonio Borneo <borneo.antonio@gmail.com>2010-04-11 01:31:42 +0800
commita8a9eddca0f8f5d8ab73f22c5a159fe1748272d5 (patch)
tree1e11de0bd7074ab07bd2d4666161cf8d07340a1d /src/target/arm7_9_common.h
parent41cb9118536db5e5e2836ad6c75daae1d21b6f4a (diff)
downloadopenocd+libswd-a8a9eddca0f8f5d8ab73f22c5a159fe1748272d5.tar.gz
openocd+libswd-a8a9eddca0f8f5d8ab73f22c5a159fe1748272d5.tar.bz2
openocd+libswd-a8a9eddca0f8f5d8ab73f22c5a159fe1748272d5.tar.xz
openocd+libswd-a8a9eddca0f8f5d8ab73f22c5a159fe1748272d5.zip
TARGET/ARM7_9_COMMON: review scope of symbols
Add "static" qualifier to private functions. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'src/target/arm7_9_common.h')
-rw-r--r--src/target/arm7_9_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h
index 71f9a9d5..a741c590 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -123,7 +123,6 @@ int arm7_9_poll(struct target *target);
int arm7_9_target_request_data(struct target *target, uint32_t size, uint8_t *buffer);
-int arm7_9_setup(struct target *target);
int arm7_9_assert_reset(struct target *target);
int arm7_9_deassert_reset(struct target *target);
int arm7_9_reset_request_halt(struct target *target);
@@ -132,8 +131,6 @@ int arm7_9_soft_reset_halt(struct target *target);
int arm7_9_prepare_reset_halt(struct target *target);
int arm7_9_halt(struct target *target);
-int arm7_9_full_context(struct target *target);
-int arm7_9_restore_context(struct target *target);
int arm7_9_resume(struct target *target, int current, uint32_t address, int handle_breakpoints, int debug_execution);
int arm7_9_step(struct target *target, int current, uint32_t address, int handle_breakpoints);
int arm7_9_read_memory(struct target *target, uint32_t address, uint32_t size, uint32_t count, uint8_t *buffer);