forked from auracaster/openocd
reg_cache_t -> struct reg_cache
Remove misleading typedef and redundant suffix from struct reg_cache.
This commit is contained in:
@@ -93,7 +93,7 @@ struct embeddedice_reg
|
||||
struct arm_jtag *jtag_info;
|
||||
};
|
||||
|
||||
reg_cache_t* embeddedice_build_reg_cache(target_t *target,
|
||||
struct reg_cache* embeddedice_build_reg_cache(target_t *target,
|
||||
struct arm7_9_common *arm7_9);
|
||||
|
||||
int embeddedice_setup(target_t *target);
|
||||
|
||||
Reference in New Issue
Block a user