target_t -> struct target
[fw/openocd] / src / target / etb.c
index c1c7f4b15b457b334698c53729598eaecd3db45d..b698151347834c22ac511ad9951da118df5e30b0 100644 (file)
@@ -351,7 +351,7 @@ static int etb_write_reg(struct reg *reg, uint32_t value)
 
 COMMAND_HANDLER(handle_etb_config_command)
 {
-       target_t *target;
+       struct target *target;
        struct jtag_tap *tap;
        struct arm *arm;