From 785115a6a0a850f24f01fb385757a331eea9f093 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:40:22 -0800 Subject: arm9tdmi_common_t -> struct arm9tdmi_common Remove misleading typedef and redundant suffix from struct arm9tdmi_common. --- src/target/arm9tdmi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/target/arm9tdmi.h') diff --git a/src/target/arm9tdmi.h b/src/target/arm9tdmi.h index 85ed0296..61d1ccf5 100644 --- a/src/target/arm9tdmi.h +++ b/src/target/arm9tdmi.h @@ -28,10 +28,10 @@ /* FIXME we don't really need a separate arm9tdmi struct any more... * remove it, the arm7/arm9 common struct suffices. */ -typedef struct arm9tdmi_common_s +struct arm9tdmi_common { struct arm7_9_common arm7_9_common; -} arm9tdmi_common_t; +}; typedef struct arm9tdmi_vector_s { @@ -55,7 +55,7 @@ int arm9tdmi_init_target(struct command_context_s *cmd_ctx, struct target_s *target); int arm9tdmi_examine(struct target_s *target); int arm9tdmi_init_arch_info(target_t *target, - arm9tdmi_common_t *arm9tdmi, struct jtag_tap *tap); + struct arm9tdmi_common *arm9tdmi, struct jtag_tap *tap); int arm9tdmi_register_commands(struct command_context_s *cmd_ctx); int arm9tdmi_clock_out(arm_jtag_t *jtag_info, -- cgit v1.2.3