|
|
1.1 root 1: /*
2: * #include "../h/vm.h"
3: * or #include <vm.h> in a user program
4: * is a quick way to include all the vm header files.
5: */
6: #ifdef KERNEL
7: #include "../h/vmparam.h"
8: #include "../h/vmmac.h"
9: #include "../h/vmmeter.h"
10: #include "../h/vmsystm.h"
11: #else
12: #include <sys/vmparam.h>
13: #include <sys/vmmac.h>
14: #include <sys/vmmeter.h>
15: #include <sys/vmsystm.h>
16: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.