]> git.sur5r.net Git - openocd/blobdiff - src/flash/davinci_nand.c
command_context_t -> struct command_context
[openocd] / src / flash / davinci_nand.c
index 4cef4084bae50d8e3bb36a46c1595ec3707f1257..413bcda4683f9d85e53e140ba51aa944d1e1fede 100644 (file)
@@ -78,7 +78,7 @@ static int halted(struct target *target, const char *label)
        return false;
 }
 
-static int davinci_register_commands(struct command_context_s *cmd_ctx)
+static int davinci_register_commands(struct command_context *cmd_ctx)
 {
        return ERROR_OK;
 }