Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / include / ipxe / elf.h
1 #ifndef _IPXE_ELF_H
2 #define _IPXE_ELF_H
3
4 /**
5  * @file
6  *
7  * ELF image format
8  *
9  */
10
11 FILE_LICENCE ( GPL2_OR_LATER );
12
13 #include <elf.h>
14
15 extern int elf_load ( struct image *image, physaddr_t *entry, physaddr_t *max );
16
17 #endif /* _IPXE_ELF_H */