From d0dee7ccafcf87259fadf6c5de43df8583b0e885 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 09:55:49 -0800 Subject: reg_t -> struct reg Remove misleading typedef and redundant suffix from struct reg. --- src/target/target.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/target.h') diff --git a/src/target/target.h b/src/target/target.h index 50e8c624..b2c908a8 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -32,7 +32,7 @@ #include "algorithm.h" #include "command.h" -struct reg_s; +struct reg; struct trace; struct command_context_s; @@ -339,7 +339,7 @@ int target_remove_watchpoint(struct target_s *target, * This routine is a wrapper for target->type->get_gdb_reg_list. */ int target_get_gdb_reg_list(struct target_s *target, - struct reg_s **reg_list[], int *reg_list_size); + struct reg **reg_list[], int *reg_list_size); /** * Step the target. -- cgit v1.2.3