summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/ipxe/segment.h
blob: 9d5ecbd9be9adc42c005ecfbde4631c12a15c384 (plain)
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 <ipxe/uaccess.h>

extern int prep_segment ( userptr_t segment, size_t filesz, size_t memsz );

#endif /* _IPXE_SEGMENT_H */