summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/elf.h
blob: da9d2fc07068b6b2939ccf80635a37e00248bf9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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 */