home *** CD-ROM | disk | FTP | other *** search
- /*
- * Mach Operating System
- * Copyright (c) 1989 Carnegie-Mellon University
- * All rights reserved. The CMU software License Agreement specifies
- * the terms and conditions for use and redistribution.
- */
- /*
- * HISTORY
- * $Log: vm.h,v $
- * 19-Mar-90 Gregg Kellogg (gk) at NeXT
- * Removed include of vmmac.h
- *
- * Revision 2.4 89/03/09 22:10:49 rpd
- * More cleanup.
- *
- * Revision 2.3 89/02/25 17:58:52 gm0w
- * Removed includes of sys/vmmeter.h and sys/vmsystm.h
- * as they no longer exist.
- * [89/02/14 mrt]
- *
- * Revision 2.2 88/08/24 02:54:03 mwyoung
- * Adjusted include file references.
- * [88/08/17 02:28:39 mwyoung]
- *
- */
- /*
- * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved. The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
- *
- * @(#)vm.h 7.1 (Berkeley) 6/4/86
- */
-
- #ifndef _SYS_VM_H_
- #define _SYS_VM_H_
-
- /* A quick way to include all the vm header files. */
-
- #import <sys/vmparam.h>
-
- #endif _SYS_VM_H_
-
-