X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm11.h;h=ae6a93ca84a54fb2dba5eb4943c9d7eb203c1fe6;hp=6bc1a25133c85cd7f3c8d8a69d2ebf5bb07514e7;hb=0f1163e823c6ca3c2a81fa296157f5dde0635fea;hpb=d0dee7ccafcf87259fadf6c5de43df8583b0e885 diff --git a/src/target/arm11.h b/src/target/arm11.h index 6bc1a25133..ae6a93ca84 100644 --- a/src/target/arm11.h +++ b/src/target/arm11.h @@ -80,7 +80,7 @@ enum arm11_debug_version struct arm11_common { - target_t * target; /**< Reference back to the owner */ + struct target * target; /**< Reference back to the owner */ /** \name Processor type detection */ /*@{*/ @@ -179,7 +179,7 @@ enum arm11_sc7 struct arm11_reg_state { uint32_t def_index; - target_t * target; + struct target * target; }; int arm11_register_commands(struct command_context_s *cmd_ctx);