embeddedice_reg_t -> struct embeddedice_reg

Remove misleading typedef and redundant suffix from struct embeddedice_reg.
This commit is contained in:
Zachary T Welch
2009-11-13 08:42:20 -08:00
parent 26a99ed740
commit 2f7fc2921d
3 changed files with 7 additions and 7 deletions

View File

@@ -87,11 +87,11 @@ enum
EICE_COMM_CTRL_RBIT = 0
};
typedef struct embeddedice_reg_s
struct embeddedice_reg
{
int addr;
struct arm_jtag *jtag_info;
} embeddedice_reg_t;
};
reg_cache_t* embeddedice_build_reg_cache(target_t *target,
struct arm7_9_common *arm7_9);