segment.h

Go to the documentation of this file.
00001 #ifndef _GPXE_SEGMENT_H
00002 #define _GPXE_SEGMENT_H
00003 
00004 /**
00005  * @file
00006  *
00007  * Executable image segments
00008  *
00009  */
00010 
00011 FILE_LICENCE ( GPL2_OR_LATER );
00012 
00013 #include <gpxe/uaccess.h>
00014 
00015 extern int prep_segment ( userptr_t segment, size_t filesz, size_t memsz );
00016 
00017 #endif /* _GPXE_SEGMENT_H */

Generated on Tue Apr 6 20:01:08 2010 for gPXE by  doxygen 1.5.7.1