etm_reg_t -> struct etm_reg

Remove misleading typedef and redundant suffix from struct etm_reg.
This commit is contained in:
Zachary T Welch
2009-11-13 08:42:32 -08:00
parent 01f9dc18fc
commit 63242c6d45
2 changed files with 8 additions and 8 deletions

View File

@@ -71,12 +71,12 @@ enum
ETM_ID = 0x79,
};
typedef struct etm_reg_s
struct etm_reg
{
uint32_t value;
const struct etm_reg_info *reg_info;
struct arm_jtag *jtag_info;
} etm_reg_t;
};
typedef enum
{