Sign in
qemu
/
ipxe
/
c44a193d0d147ed6f98741124569864e516e9d4b
/
.
/
src
/
include
/
gpxe
/
elf.h
blob: da9d2fc07068b6b2939ccf80635a37e00248bf9f [
file
] [
log
] [
blame
]
#ifndef
_GPXE_ELF_H
#define
_GPXE_ELF_H
/**
* @file
*
* ELF image format
*
*/
FILE_LICENCE
(
GPL2_OR_LATER
);
#include
<elf.h>
extern
int
elf_load
(
struct
image
*
image
);
#endif
/* _GPXE_ELF_H */