repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: allow split of mem_anon_contig region
[minix3.git]
/
minix
/
servers
/
vm
/
util.h
blob
4967ea54fc570afca45daabeca68c9aa78f91a6c
1
2
#ifndef _UTIL_H
3
#define _UTIL_H 1
4
5
#include
"vm.h"
6
#include
"glo.h"
7
8
#define ELEMENTS(a) (int)(sizeof(a)/sizeof((a)[0]))
9
10
#endif
11