mem_param_t -> struct mem_param
Remove misleading typedef and redundant suffix from struct mem_param.
This commit is contained in:
@@ -360,7 +360,7 @@ int target_step(struct target_s *target,
|
||||
* This routine is a wrapper for target->type->run_algorithm.
|
||||
*/
|
||||
int target_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_param,
|
||||
uint32_t entry_point, uint32_t exit_point,
|
||||
int timeout_ms, void *arch_info);
|
||||
|
||||
Reference in New Issue
Block a user