memtop_umalloc.h

Go to the documentation of this file.
00001 #ifndef _GPXE_MEMTOP_UMALLOC_H
00002 #define _GPXE_MEMTOP_UMALLOC_H
00003 
00004 /** @file
00005  *
00006  * External memory allocation
00007  *
00008  */
00009 
00010 FILE_LICENCE ( GPL2_OR_LATER );
00011 
00012 #ifdef UMALLOC_MEMTOP
00013 #define UMALLOC_PREFIX_memtop
00014 #else
00015 #define UMALLOC_PREFIX_memtop __memtop_
00016 #endif
00017 
00018 #endif /* _GPXE_MEMTOP_UMALLOC_H */

Generated on Tue Apr 6 20:00:50 2010 for gPXE by  doxygen 1.5.7.1