From: Zachary T Welch Date: Fri, 13 Nov 2009 16:41:32 +0000 (-0800) Subject: armv7a_algorithm_t -> struct armv7a_algorithm X-Git-Tag: v0.4.0-rc1~679 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=5415d07139faeb2541127d5a7bcedef833b79de3 armv7a_algorithm_t -> struct armv7a_algorithm Remove misleading typedef and redundant suffix from struct armv7a_algorithm. --- diff --git a/src/target/armv7a.h b/src/target/armv7a.h index e5615bb5dc..5a77befc0d 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -133,13 +133,13 @@ target_to_armv7a(struct target_s *target) armv4_5_common); } -typedef struct armv7a_algorithm_s +struct armv7a_algorithm { int common_magic; enum armv7a_mode core_mode; enum armv7a_state core_state; -} armv7a_algorithm_t; +}; typedef struct armv7a_core_reg_s {