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