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: simplify slab allocator
[minix.git]
/
include
/
minix
/
types.h
blob
b7e2c43c2c7b3fb9d8e03462802a9f732068e217
1
#ifndef _MINIX_TYPES_H_
2
#define _MINIX_TYPES_H_
3
4
/* Dummy file used in legacy (and shared) minix includes. */
5
#include <sys/types.h>
6
#include <sys/sigtypes.h>
7
8
#endif