]> git.gag.com Git - fw/openocd/blobdiff - src/jtag/ep93xx.c
move nor drivers to src/flash/nor
[fw/openocd] / src / jtag / ep93xx.c
index 50e2ad3f55ab82435c46b3c653456a505f4bfa95..c679b2164344f7c9ce5334a9049c6e01a3add4be 100644 (file)
@@ -47,13 +47,13 @@ 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);
 
 struct timespec ep93xx_zzzz;
 
-jtag_interface_t ep93xx_interface =
+struct jtag_interface ep93xx_interface =
 {
        .name = "ep93xx",
 
@@ -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;