From b154972bdbcbda1ae8e05271c0db556fade8dbef Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:43:14 -0800 Subject: image_memory_t -> struct image_memory Remove misleading typedef and redundant suffix from struct image_memory. --- src/target/image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/image.h') diff --git a/src/target/image.h b/src/target/image.h index 20d31518..5969ddeb 100644 --- a/src/target/image.h +++ b/src/target/image.h @@ -78,12 +78,12 @@ struct image_ihex uint8_t *buffer; }; -typedef struct image_memory_s +struct image_memory { struct target_s *target; uint8_t *cache; uint32_t cache_address; -} image_memory_t; +}; typedef struct fileio_elf_s { -- cgit v1.2.3