mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +03:00
Use generic "struct image" rather than "struct elf".
This commit is contained in:
@@ -10,17 +10,6 @@
|
||||
|
||||
#include <elf.h>
|
||||
|
||||
/** 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 */
|
||||
|
||||
Reference in New Issue
Block a user