From a8a9eddca0f8f5d8ab73f22c5a159fe1748272d5 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sun, 11 Apr 2010 01:31:42 +0800 Subject: TARGET/ARM7_9_COMMON: review scope of symbols Add "static" qualifier to private functions. Signed-off-by: Antonio Borneo --- src/target/arm7_9_common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/target/arm7_9_common.h') 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); -- cgit v1.2.3