arm7tdmi_common_t -> struct arm7tdmi_common

Remove misleading typedef and redundant suffix from struct arm7tdmi_common.
This commit is contained in:
Zachary T Welch
2009-11-13 08:40:06 -08:00
parent 8012b3963f
commit 8e77975b92
4 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@
struct arm720t_common
{
arm7tdmi_common_t arm7tdmi_common;
struct arm7tdmi_common arm7tdmi_common;
uint32_t common_magic;
armv4_5_mmu_common_t armv4_5_mmu;
uint32_t cp15_control_reg;