home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / bsd / sys / vm.h < prev    next >
Text File  |  1993-10-19  |  1KB  |  43 lines

  1. /* 
  2.  * Mach Operating System
  3.  * Copyright (c) 1989 Carnegie-Mellon University
  4.  * All rights reserved.  The CMU software License Agreement specifies
  5.  * the terms and conditions for use and redistribution.
  6.  */
  7. /*
  8.  * HISTORY
  9.  * $Log:    vm.h,v $
  10.  * 19-Mar-90  Gregg Kellogg (gk) at NeXT
  11.  *    Removed include of vmmac.h
  12.  *
  13.  * Revision 2.4  89/03/09  22:10:49  rpd
  14.  *     More cleanup.
  15.  * 
  16.  * Revision 2.3  89/02/25  17:58:52  gm0w
  17.  *     Removed includes of sys/vmmeter.h and sys/vmsystm.h
  18.  *     as they no longer exist.
  19.  *     [89/02/14            mrt]
  20.  * 
  21.  * Revision 2.2  88/08/24  02:54:03  mwyoung
  22.  *     Adjusted include file references.
  23.  *     [88/08/17  02:28:39  mwyoung]
  24.  * 
  25.  */
  26. /*
  27.  * Copyright (c) 1982, 1986 Regents of the University of California.
  28.  * All rights reserved.  The Berkeley software License Agreement
  29.  * specifies the terms and conditions for redistribution.
  30.  *
  31.  *    @(#)vm.h    7.1 (Berkeley) 6/4/86
  32.  */
  33.  
  34. #ifndef    _SYS_VM_H_
  35. #define _SYS_VM_H_
  36.  
  37. /* A quick way to include all the vm header files. */
  38.  
  39. #import <sys/vmparam.h>
  40.  
  41. #endif    _SYS_VM_H_
  42.  
  43.