mips32_core_reg_t -> struct mips32_core_reg
[fw/openocd] / src / target / mips32.h
index 870ff487d0a13064eacbb7ab933e1e948b93ce27..9fdb60532c12e699d62e0e6cde99f3b1a0ee8be5 100644 (file)
@@ -66,12 +66,12 @@ struct mips32_common
        int (*write_core_reg)(struct target_s *target, int num);
 };
 
-typedef struct mips32_core_reg_s
+struct mips32_core_reg
 {
        uint32_t num;
        struct target_s *target;
        struct mips32_common *mips32_common;
-} mips32_core_reg_t;
+};
 
 #define MIPS32_OP_BEQ  0x04
 #define MIPS32_OP_BNE  0x05