]> git.sur5r.net Git - openocd/commitdiff
swjdp_reg_t -> struct swjdp_reg
authorZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 16:40:27 +0000 (08:40 -0800)
committerZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 19:58:09 +0000 (11:58 -0800)
Remove misleading typedef and redundant suffix from struct swjdp_reg.

src/target/arm_adi_v5.h

index 90b4cbd0372c478bca5806333c74e41f68d975a1..a52a0964183848c2dbe39b648ea2f6018062572e 100644 (file)
 /* Freerunning transactions with delays and overrun checking */
 #define TRANS_MODE_COMPOSITE   2
 
-typedef struct swjdp_reg_s
+struct swjdp_reg
 {
        int addr;
        arm_jtag_t *jtag_info;
-} swjdp_reg_t;
+};
 
 typedef struct swjdp_common_s
 {