From d90063ffc54ea042c0ff37e6cec1e95848bf1e26 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 09:25:36 -0800 Subject: image_elf_t -> struct image_elf Remove misleading typedef and redundant suffix from struct image_elf. --- 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 608336bb..0180420c 100644 --- a/src/target/image.h +++ b/src/target/image.h @@ -85,14 +85,14 @@ struct image_memory uint32_t cache_address; }; -typedef struct fileio_elf_s +struct image_elf { struct fileio fileio; Elf32_Ehdr *header; Elf32_Phdr *segments; uint32_t segment_count; uint8_t endianness; -} image_elf_t; +}; struct image_mot { -- cgit v1.2.3