cortex_m3_dwt_comparator_t -> struct cortex_m3_dwt_comparator
[fw/openocd] / src / target / mips32.h
index 9fdb60532c12e699d62e0e6cde99f3b1a0ee8be5..7cecb7542b62cc4326abbb65339ed3a7a0d18a82 100644 (file)
@@ -49,8 +49,8 @@ struct mips32_common
 {
        uint32_t common_magic;
        void *arch_info;
-       reg_cache_t *core_cache;
-       mips_ejtag_t ejtag_info;
+       struct reg_cache *core_cache;
+       struct mips_ejtag ejtag_info;
        uint32_t core_regs[MIPS32NUMCOREREGS];
 
        int bp_scanned;
@@ -132,7 +132,7 @@ int mips32_init_arch_info(target_t *target,
 int mips32_restore_context(target_t *target);
 int mips32_save_context(target_t *target);
 
-reg_cache_t *mips32_build_reg_cache(target_t *target);
+struct reg_cache *mips32_build_reg_cache(target_t *target);
 
 int mips32_run_algorithm(struct target_s *target,
                int num_mem_params, struct mem_param *mem_params,