X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fep93xx.c;h=c679b2164344f7c9ce5334a9049c6e01a3add4be;hp=6ae823e82652bf00dce016be0e5f10784e818e3f;hb=98723c4ecdbe06f90c66f3abec27b792c3b38e34;hpb=d16968e24f5d9e436ae4e136cd27652c4c948203 diff --git a/src/jtag/ep93xx.c b/src/jtag/ep93xx.c index 6ae823e826..c679b21643 100644 --- a/src/jtag/ep93xx.c +++ b/src/jtag/ep93xx.c @@ -47,7 +47,7 @@ static void ep93xx_write(int tck, int tms, int tdi); static void ep93xx_reset(int trst, int srst); static int ep93xx_speed(int speed); -static int ep93xx_register_commands(struct command_context_s *cmd_ctx); +static int ep93xx_register_commands(struct command_context *cmd_ctx); static int ep93xx_init(void); static int ep93xx_quit(void); @@ -122,7 +122,7 @@ static int ep93xx_speed(int speed) return ERROR_OK; } -static int ep93xx_register_commands(struct command_context_s *cmd_ctx) +static int ep93xx_register_commands(struct command_context *cmd_ctx) { return ERROR_OK;