arm7_9_common_t -> struct arm7_9_common

Remove misleading typedef and redundant suffix from struct arm7_9_common.
This commit is contained in:
Zachary T Welch
2009-11-13 08:40:03 -08:00
parent bcb18b2044
commit 8012b3963f
16 changed files with 138 additions and 138 deletions

View File

@@ -94,7 +94,7 @@ typedef struct embeddedice_reg_s
} embeddedice_reg_t;
reg_cache_t* embeddedice_build_reg_cache(target_t *target,
arm7_9_common_t *arm7_9);
struct arm7_9_common *arm7_9);
int embeddedice_setup(target_t *target);