From 0f1163e823c6ca3c2a81fa296157f5dde0635fea Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 10:11:13 -0800 Subject: target_t -> struct target Remove misleading typedef and redundant suffix from struct target. --- src/target/arm11.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/arm11.h') diff --git a/src/target/arm11.h b/src/target/arm11.h index 6bc1a251..ae6a93ca 100644 --- a/src/target/arm11.h +++ b/src/target/arm11.h @@ -80,7 +80,7 @@ enum arm11_debug_version struct arm11_common { - target_t * target; /**< Reference back to the owner */ + struct target * target; /**< Reference back to the owner */ /** \name Processor type detection */ /*@{*/ @@ -179,7 +179,7 @@ enum arm11_sc7 struct arm11_reg_state { uint32_t def_index; - target_t * target; + struct target * target; }; int arm11_register_commands(struct command_context_s *cmd_ctx); -- cgit v1.2.3