target_t -> struct target

Remove misleading typedef and redundant suffix from struct target.
This commit is contained in:
Zachary T Welch
2009-11-13 10:11:13 -08:00
parent d0dee7ccaf
commit 0f1163e823
99 changed files with 1239 additions and 1241 deletions

View File

@@ -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);