repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git]
/
src
/
arch
/
i386
/
include
/
gpxe
/
memtop_umalloc.h
blob
eaf7025b74a470678b6a3add9f95c77655e11176
1
#ifndef _GPXE_MEMTOP_UMALLOC_H
2
#define _GPXE_MEMTOP_UMALLOC_H
3
4
/** @file
5
*
6
* External memory allocation
7
*
8
*/
9
10
FILE_LICENCE
(
GPL2_OR_LATER
);
11
12
#ifdef UMALLOC_MEMTOP
13
#define UMALLOC_PREFIX_memtop
14
#else
15
#define UMALLOC_PREFIX_memtop __memtop_
16
#endif
17
18
#endif
/* _GPXE_MEMTOP_UMALLOC_H */