http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[umalloc] Formalise the user memory allocation API
[people/sha0/gpxe.git]
/
src
/
arch
/
i386
/
include
/
gpxe
/
memtop_umalloc.h
1
#ifndef _GPXE_MEMTOP_UMALLOC_H
2
#define _GPXE_MEMTOP_UMALLOC_H
3
4
/** @file
5
*
6
* External memory allocation
7
*
8
*/
9
10
#ifdef UMALLOC_MEMTOP
11
#define UMALLOC_PREFIX_memtop
12
#else
13
#define UMALLOC_PREFIX_memtop __memtop_
14
#endif
15
16
#endif /* _GPXE_MEMTOP_UMALLOC_H */