arm_jtag_t -> struct arm_jtag
Remove misleading typedef and redundant suffix from struct arm_jtag.
This commit is contained in:
@@ -42,7 +42,7 @@ struct arm7_9_common
|
||||
struct arm armv4_5_common;
|
||||
uint32_t common_magic;
|
||||
|
||||
arm_jtag_t jtag_info; /**< JTAG information for target */
|
||||
struct arm_jtag jtag_info; /**< JTAG information for target */
|
||||
reg_cache_t *eice_cache; /**< Embedded ICE register cache */
|
||||
|
||||
uint32_t arm_bkpt; /**< ARM breakpoint instruction */
|
||||
|
||||
Reference in New Issue
Block a user