1: /*
   2:  * Copyright (c) 1982, 1986 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)vm.h	7.1 (Berkeley) 6/4/86
   7:  */
   8: 
   9: /*
  10:  *	#include "../h/vm.h"
  11:  * or	#include <vm.h>		 in a user program
  12:  * is a quick way to include all the vm header files.
  13:  */
  14: #ifdef KERNEL
  15: #include "vmparam.h"
  16: #include "vmmac.h"
  17: #include "vmmeter.h"
  18: #include "vmsystm.h"
  19: #else
  20: #include <sys/vmparam.h>
  21: #include <sys/vmmac.h>
  22: #include <sys/vmmeter.h>
  23: #include <sys/vmsystm.h>
  24: #endif

Usage of this include

vm.h used 58 times
Last modified: 1986-06-05
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 722
Valid CSS Valid XHTML 1.0 Strict