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
/
config
/
umalloc.h
blob
245c6b4aa831e73d1606948072ae1e42d9614036
1
#ifndef CONFIG_UMALLOC_H
2
#define CONFIG_UMALLOC_H
3
4
/** @file
5
*
6
* User memory allocation API configuration
7
*
8
*/
9
10
FILE_LICENCE
(
GPL2_OR_LATER
);
11
12
#include <config/defaults.h>
13
14
#include <config/local/umalloc.h>
15
16
#endif
/* CONFIG_UMALLOC_H */