]> git.sur5r.net Git - openocd/blobdiff - src/jtag/ep93xx.c
scan_command_t -> struct scan_command
[openocd] / src / jtag / ep93xx.c
index d380e5ffa42d375da0123f3bf17cda52fa09917a..6ae823e82652bf00dce016be0e5f10784e818e3f 100644 (file)
@@ -53,7 +53,7 @@ static int ep93xx_quit(void);
 
 struct timespec ep93xx_zzzz;
 
-jtag_interface_t ep93xx_interface =
+struct jtag_interface ep93xx_interface =
 {
        .name = "ep93xx",
 
@@ -65,7 +65,7 @@ jtag_interface_t ep93xx_interface =
        .quit = ep93xx_quit,
 };
 
-static bitbang_interface_t ep93xx_bitbang =
+static struct bitbang_interface ep93xx_bitbang =
 {
        .read = ep93xx_read,
        .write = ep93xx_write,