Remove misleading typedef and redundant suffix from struct arm920t_cache_line.
uint32_t C15_C_D_Ind, C15_C_I_Ind;
int i;
FILE *output;
- arm920t_cache_line_t d_cache[8][64], i_cache[8][64];
+ struct arm920t_cache_line d_cache[8][64], i_cache[8][64];
int segment, index;
retval = arm920t_verify_pointer(cmd_ctx, arm920t);
arm9tdmi_common.arm7_9_common.armv4_5_common);
}
-typedef struct arm920t_cache_line_s
+struct arm920t_cache_line
{
uint32_t cam;
uint32_t data[8];
-} arm920t_cache_line_t;
+};
typedef struct arm920t_tlb_entry_s
{