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 armv7a_common_s
enum armv7a_state core_state;
/* arm adp debug port */
swjdp_common_t swjdp_info;
struct swjdp_common swjdp_info;
/* Core Debug Unit */
uint32_t debug_base;