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