]> git.sur5r.net Git - openocd/blobdiff - src/svf/svf.h
command_context_t -> struct command_context
[openocd] / src / svf / svf.h
index 329fea93b1a9f4d2337554a0858d56862f39c20b..20a355502ae5f024e812469e860d54a5fbe04b18 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "command.h"
 
-int svf_register_commands(struct command_context_s *cmd_ctx);
+int svf_register_commands(struct command_context *cmd_ctx);
 
 /**
  * svf_add_statemove() moves from the current state to @a goal_state.