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
[shell_banner] Avoid printing Ctrl-B prompt if BANNER_TIMEOUT <= 0
[gpxe.git]
/
src
/
config
/
umalloc.h
blob
65febf1fd6da37ebc2f117e16746482b1f407081
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
#endif
/* CONFIG_UMALLOC_H */