2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-02-02 03:51:43 +00:00

16 lines
174 B
C
Raw Normal View History

#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 */