arm7tdmi_common_t -> struct arm7tdmi_common

Remove misleading typedef and redundant suffix from struct arm7tdmi_common.
This commit is contained in:
Zachary T Welch
2009-11-13 08:40:06 -08:00
parent 8012b3963f
commit 8e77975b92
4 changed files with 8 additions and 8 deletions

View File

@@ -28,12 +28,12 @@
/* FIXME we don't really need a separate arm7tdmi struct any more...
* remove it, the arm7/arm9 common struct suffices.
*/
typedef struct arm7tdmi_common_s
struct arm7tdmi_common
{
struct arm7_9_common arm7_9_common;
} arm7tdmi_common_t;
};
int arm7tdmi_init_arch_info(target_t *target, arm7tdmi_common_t *arm7tdmi, struct jtag_tap *tap);
int arm7tdmi_init_arch_info(target_t *target, struct arm7tdmi_common *arm7tdmi, struct jtag_tap *tap);
int arm7tdmi_init_target(struct command_context_s *cmd_ctx, struct target_s *target);
int arm7tdmi_examine(struct target_s *target);