X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv7m.h;h=7f8190bf7474d6c8cbdde25c510be10a22a449b5;hp=7debd353a5459b6c97c52df8d7e2bcb6cf9aad9e;hb=98723c4ecdbe06f90c66f3abec27b792c3b38e34;hpb=d16968e24f5d9e436ae4e136cd27652c4c948203 diff --git a/src/target/armv7m.h b/src/target/armv7m.h index 7debd353a5..7f8190bf74 100644 --- a/src/target/armv7m.h +++ b/src/target/armv7m.h @@ -142,7 +142,7 @@ int armv7m_arch_state(struct target *target); int armv7m_get_gdb_reg_list(struct target *target, struct reg **reg_list[], int *reg_list_size); -int armv7m_register_commands(struct command_context_s *cmd_ctx); +int armv7m_register_commands(struct command_context *cmd_ctx); int armv7m_init_arch_info(struct target *target, struct armv7m_common *armv7m); int armv7m_run_algorithm(struct target *target,