2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-04-11 15:51:29 +00:00
Files
xNBA/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 */