From 16487e70856a72f9cbe174c7d7d2fb6a1f258100 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:40:12 -0800 Subject: arm920t_tlb_entry_t -> struct arm920t_tlb_entry Remove misleading typedef and redundant suffix from struct arm920t_tlb_entry. --- src/target/arm920t.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/arm920t.h') diff --git a/src/target/arm920t.h b/src/target/arm920t.h index 9a837b52..b82c57b4 100644 --- a/src/target/arm920t.h +++ b/src/target/arm920t.h @@ -51,12 +51,12 @@ struct arm920t_cache_line uint32_t data[8]; }; -typedef struct arm920t_tlb_entry_s +struct arm920t_tlb_entry { uint32_t cam; uint32_t ram1; uint32_t ram2; -} arm920t_tlb_entry_t; +}; int arm920t_arch_state(struct target_s *target); int arm920t_soft_reset_halt(struct target_s *target); -- cgit v1.2.3