summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/segment.h
blob: b37c93c93a5ce29c75bc20e5e6031a276f15b061 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _IPXE_SEGMENT_H
#define _IPXE_SEGMENT_H

/**
 * @file
 *
 * Executable image segments
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <stdint.h>

extern int prep_segment ( void *segment, size_t filesz, size_t memsz );

#endif /* _IPXE_SEGMENT_H */