retire BIOS_SEG and umap_bios
[minix3.git] / lib / libvtreefs / inc.h
blob89a98e8a056ffdf8e7dca7da1cfc0c28899b2b91
1 #ifndef __NBSD_LIBC
2 #define _POSIX_SOURCE 1 /* tell headers to include POSIX stuff */
3 #endif
4 #define _MINIX 1 /* tell headers to include MINIX stuff */
5 #define _SYSTEM 1 /* tell headers that this is the kernel */
7 #include <stdlib.h>
8 #include <stdio.h>
9 #include <string.h>
10 #include <assert.h>
11 #include <sys/types.h>
12 #include <sys/stat.h>
13 #include <sys/queue.h>
14 #include <limits.h>
15 #include <unistd.h>
16 #include <signal.h>
17 #include <errno.h>
19 #include <minix/config.h>
20 #include <minix/callnr.h>
21 #include <minix/type.h>
22 #include <minix/const.h>
23 #include <minix/com.h>
24 #include <minix/syslib.h>
25 #include <minix/sysutil.h>
26 #include <minix/keymap.h>
27 #include <minix/bitmap.h>
28 #include <minix/vfsif.h>
29 #include <minix/endpoint.h>
30 #include <minix/vtreefs.h>
32 #include "glo.h"
33 #include "proto.h"
34 #include "inode.h"