]> git.sur5r.net Git - openocd/blobdiff - src/target/etb.h
reg_cache_t -> struct reg_cache
[openocd] / src / target / etb.h
index b8973de22d773b928b06d1e8d69259cd2ddd360d..820d2961326bdb2b58ae988649138340b4941dad 100644 (file)
@@ -39,7 +39,7 @@ typedef struct etb_s
        etm_context_t *etm_ctx;
        struct jtag_tap *tap;
        uint32_t cur_scan_chain;
-       reg_cache_t *reg_cache;
+       struct reg_cache *reg_cache;
 
        /* ETB parameters */
        uint32_t ram_depth;
@@ -54,6 +54,6 @@ struct etb_reg
 
 extern struct etm_capture_driver etb_capture_driver;
 
-reg_cache_t* etb_build_reg_cache(etb_t *etb);
+struct reg_cache* etb_build_reg_cache(etb_t *etb);
 
 #endif /* ETB_H */