From b7e4c26b9bb10e6e0ebfb07e5d43f0d62526cde2 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Thu, 5 Nov 2009 20:36:42 -0800 Subject: ARM7TDMI: remove forward decls The forward decls are just code clutter; remove them, by moving their references after definitions. This is another file which never needed even one internal forward declaration. Also shrink a few overly-long lines with function declarations or definitions; get rid of arm7tdmi_register_commands(), it's not needed (just delegated); minor whitespace declutter. Signed-off-by: David Brownell --- src/target/arm7tdmi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/target/arm7tdmi.h') diff --git a/src/target/arm7tdmi.h b/src/target/arm7tdmi.h index b3ece44e..da5c0401 100644 --- a/src/target/arm7tdmi.h +++ b/src/target/arm7tdmi.h @@ -34,7 +34,6 @@ typedef struct arm7tdmi_common_s arm7_9_common_t arm7_9_common; } arm7tdmi_common_t; -int arm7tdmi_register_commands(struct command_context_s *cmd_ctx); int arm7tdmi_init_arch_info(target_t *target, arm7tdmi_common_t *arm7tdmi, jtag_tap_t *tap); int arm7tdmi_init_target(struct command_context_s *cmd_ctx, struct target_s *target); int arm7tdmi_examine(struct target_s *target); -- cgit v1.2.3