Files
ipxe/src/include/gpxe/elf.h
2007-01-11 16:10:32 +00:00

16 lines
174 B
C

#ifndef _GPXE_ELF_H
#define _GPXE_ELF_H
/**
* @file
*
* ELF image format
*
*/
#include <elf.h>
extern int elf_load ( struct image *image );
#endif /* _GPXE_ELF_H */