repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
include: reduce default stack size
[minix.git]
/
servers
/
vm
/
yieldedavl.h
blob
e2a5fd44468164cfbf56c48797180ce3dfc14a5b
1
2
#ifndef _YIELDEDAVL_H
3
#define _YIELDEDAVL_H
4
5
#include
"yielded.h"
6
#include
"yieldedavl_defs.h"
7
#include
"cavl_if.h"
8
#include
"unavl.h"
9
10
#endif