summaryrefslogtreecommitdiff
path: root/src/target/arm11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm11.h')
-rw-r--r--src/target/arm11.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/arm11.h b/src/target/arm11.h
index 6bc1a251..ae6a93ca 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);