[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git] / src / arch / i386 / include / gpxe / memtop_umalloc.h
blobeaf7025b74a470678b6a3add9f95c77655e11176
1 #ifndef _GPXE_MEMTOP_UMALLOC_H
2 #define _GPXE_MEMTOP_UMALLOC_H
4 /** @file
6 * External memory allocation
8 */
10 FILE_LICENCE ( GPL2_OR_LATER );
12 #ifdef UMALLOC_MEMTOP
13 #define UMALLOC_PREFIX_memtop
14 #else
15 #define UMALLOC_PREFIX_memtop __memtop_
16 #endif
18 #endif /* _GPXE_MEMTOP_UMALLOC_H */