From 98723c4ecdbe06f90c66f3abec27b792c3b38e34 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 13:25:47 -0800 Subject: command_context_t -> struct command_context Remove misleading typedef and redundant suffix from struct command_context. --- src/target/arm9tdmi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/arm9tdmi.h') diff --git a/src/target/arm9tdmi.h b/src/target/arm9tdmi.h index 5165dc88..34a63ee7 100644 --- a/src/target/arm9tdmi.h +++ b/src/target/arm9tdmi.h @@ -51,12 +51,12 @@ enum arm9tdmi_vector_bit ARM9TDMI_FIQ_VECTOR = 0x80, }; -int arm9tdmi_init_target(struct command_context_s *cmd_ctx, +int arm9tdmi_init_target(struct command_context *cmd_ctx, struct target *target); int arm9tdmi_examine(struct target *target); int arm9tdmi_init_arch_info(struct target *target, struct arm9tdmi_common *arm9tdmi, struct jtag_tap *tap); -int arm9tdmi_register_commands(struct command_context_s *cmd_ctx); +int arm9tdmi_register_commands(struct command_context *cmd_ctx); int arm9tdmi_clock_out(struct arm_jtag *jtag_info, uint32_t instr, uint32_t out, uint32_t *in, int sysspeed); -- cgit v1.2.3