swjdp_common_t -> struct swjdp_common

Remove misleading typedef and redundant suffix from struct swjdp_common.
This commit is contained in:
Zachary T Welch
2009-11-13 08:40:31 -08:00
parent 6ba48a1b44
commit f96d6054e6
8 changed files with 112 additions and 112 deletions

View File

@@ -97,7 +97,7 @@ typedef struct armv7m_common_s
reg_cache_t *core_cache;
enum armv7m_mode core_mode;
int exception_number;
swjdp_common_t swjdp_info;
struct swjdp_common swjdp_info;
/* Direct processor core register read and writes */
int (*load_core_reg_u32)(struct target_s *target, enum armv7m_regtype type, uint32_t num, uint32_t *value);