X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv4_5.h;h=e908d54a8bdca5154f805b1dad264e506ee5dd56;hp=4d87c083e1f98195ff025d6dd3316c3bdab95809;hb=6c965a3da9cd6f5b2cf1b177d38723356c83d923;hpb=4b20ed6b5cf6bc73471dec7d1604a4684d1fc2ca diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index 4d87c083e1..e908d54a8b 100644 --- a/src/target/armv4_5.h +++ b/src/target/armv4_5.h @@ -29,6 +29,7 @@ #include "register.h" #include "target.h" #include "log.h" +#include "etm.h" typedef enum armv4_5_mode { @@ -182,7 +183,7 @@ int armv4_5_register_commands(struct command_context_s *cmd_ctx); int armv4_5_init_arch_info(target_t *target, armv4_5_common_t *armv4_5); int armv4_5_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);