mem_param_t -> struct mem_param

Remove misleading typedef and redundant suffix from struct mem_param.
This commit is contained in:
Zachary T Welch
2009-11-13 08:39:30 -08:00
parent 996613522d
commit 6c965a3da9
15 changed files with 22 additions and 22 deletions

View File

@@ -1614,7 +1614,7 @@ static int arm11_remove_watchpoint(struct target_s *target,
// HACKHACKHACK - FIXME mode/state
/* target algorithm support */
static int arm11_run_algorithm(struct target_s *target,
int num_mem_params, mem_param_t *mem_params,
int num_mem_params, struct mem_param *mem_params,
int num_reg_params, reg_param_t *reg_params,
uint32_t entry_point, uint32_t exit_point,
int timeout_ms, void *arch_info)