From c810baad37673647f6b5683e3f50e7f392c482e2 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 11 Jan 2007 16:10:32 +0000 Subject: Use generic "struct image" rather than "struct elf". --- src/include/gpxe/elf.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/include') diff --git a/src/include/gpxe/elf.h b/src/include/gpxe/elf.h index 8abbb02e1..db28a60af 100644 --- a/src/include/gpxe/elf.h +++ b/src/include/gpxe/elf.h @@ -10,17 +10,6 @@ #include -/** An ELF file */ -struct elf { - /** ELF file image */ - userptr_t image; - /** Length of ELF file image */ - size_t len; - - /** Entry point */ - physaddr_t entry; -}; - -extern int elf_load ( struct elf *elf ); +extern int elf_load ( struct image *image ); #endif /* _GPXE_ELF_H */ -- cgit v1.2.3-55-g7522