summaryrefslogtreecommitdiff
path: root/src/target/armv4_5.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-29 01:43:01 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-29 01:43:01 +0000
commit1de959ca1c9e67ef57f77ec2d7a1132b73153abb (patch)
tree6e2feea9aa7b86028a10feffd199011446687af7 /src/target/armv4_5.h
parent55c39bae67cb3b26dacb78a9d45fcd900745c3d8 (diff)
downloadopenocd_libswd-1de959ca1c9e67ef57f77ec2d7a1132b73153abb.tar.gz
openocd_libswd-1de959ca1c9e67ef57f77ec2d7a1132b73153abb.tar.bz2
openocd_libswd-1de959ca1c9e67ef57f77ec2d7a1132b73153abb.tar.xz
openocd_libswd-1de959ca1c9e67ef57f77ec2d7a1132b73153abb.zip
Remove redundant declarations to allow building with -Wredundant-decls.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1560 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/armv4_5.h')
-rw-r--r--src/target/armv4_5.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h
index b007b51a..59f4af99 100644
--- a/src/target/armv4_5.h
+++ b/src/target/armv4_5.h
@@ -139,7 +139,6 @@ static __inline enum armv4_5_mode armv4_5_number_to_mode(int number)
extern int armv4_5_arch_state(struct target_s *target);
extern int armv4_5_get_gdb_reg_list(target_t *target, reg_t **reg_list[], int *reg_list_size);
-extern int armv4_5_invalidate_core_regs(target_t *target);
extern int armv4_5_register_commands(struct command_context_s *cmd_ctx);
extern int armv4_5_init_arch_info(target_t *target, armv4_5_common_t *armv4_5);