home *** CD-ROM | disk | FTP | other *** search
- /*
- * Mach Operating System
- * Copyright (c) 1989 Carnegie-Mellon University
- * Copyright (c) 1988 Carnegie-Mellon University
- * All rights reserved. The CMU software License Agreement specifies
- * the terms and conditions for use and redistribution.
- */
- /*
- * HISTORY
- * $Log: vmparam.h,v $
- * Revision 2.5 89/03/09 22:11:02 rpd
- * More cleanup.
- *
- * Revision 2.4 89/02/25 17:59:09 gm0w
- * Got rid of non-MACH code.
- * [89/02/14 mrt]
- *
- * Revision 2.3 88/08/24 02:54:30 mwyoung
- * Adjusted include file references.
- * [88/08/17 02:28:55 mwyoung]
- *
- * Revision 2.2 88/07/17 19:04:07 mwyoung
- * Remove junk for MACH.
- *
- * 24-Jun-88 Michael Young (mwyoung) at Carnegie-Mellon University
- * Nothing here but "machine/vmparam.h" for MACH.
- */
- /*
- * 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.
- *
- * @(#)vmparam.h 7.1 (Berkeley) 6/4/86
- */
-
- #ifndef _SYS_VMPARAM_H_
- #define _SYS_VMPARAM_H_
-
- /*
- * Machine dependent constants
- */
-
- #import <machine/vmparam.h>
-
- #endif _SYS_VMPARAM_H_
-