arm11_reg_state_t -> struct arm11_reg_state

Remove misleading typedef and redundant suffix from struct arm11_reg_state.
This commit is contained in:
Zachary T Welch
2009-11-13 08:39:51 -08:00
parent 55926f576f
commit 3bcd9ad9d0
2 changed files with 9 additions and 9 deletions

View File

@@ -176,11 +176,11 @@ enum arm11_sc7
ARM11_SC7_WCR0 = 112,
};
typedef struct arm11_reg_state_s
struct arm11_reg_state
{
uint32_t def_index;
target_t * target;
} arm11_reg_state_t;
};
int arm11_register_commands(struct command_context_s *cmd_ctx);