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
vm: merge i386 and arm pagetable code
[minix.git]
/
servers
/
vm
/
regionavl.h
blob
321de8721a448a63b4af570ce9581e7c55ddbf2d
1
2
#ifndef _REGIONAVL_H
3
#define _REGIONAVL_H
4
5
#include
"region.h"
6
#include
"regionavl_defs.h"
7
#include
"cavl_if.h"
8
#include
"unavl.h"
9
10
#endif