00001 #ifndef _GPXE_ELF_H 00002 #define _GPXE_ELF_H 00003 00004 /** 00005 * @file 00006 * 00007 * ELF image format 00008 * 00009 */ 00010 00011 FILE_LICENCE ( GPL2_OR_LATER ); 00012 00013 #include <elf.h> 00014 00015 extern int elf_load ( struct image *image ); 00016 00017 #endif /* _GPXE_ELF_H */
1.5.7.1