swjdp_reg_t -> struct swjdp_reg

Remove misleading typedef and redundant suffix from struct swjdp_reg.
This commit is contained in:
Zachary T Welch 2009-11-13 08:40:27 -08:00
parent 785115a6a0
commit 6ba48a1b44
1 changed files with 2 additions and 2 deletions

View File

@ -76,11 +76,11 @@
/* Freerunning transactions with delays and overrun checking */ /* Freerunning transactions with delays and overrun checking */
#define TRANS_MODE_COMPOSITE 2 #define TRANS_MODE_COMPOSITE 2
typedef struct swjdp_reg_s struct swjdp_reg
{ {
int addr; int addr;
arm_jtag_t *jtag_info; arm_jtag_t *jtag_info;
} swjdp_reg_t; };
typedef struct swjdp_common_s typedef struct swjdp_common_s
{ {