home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * %Z% %M% %I% %D% %Q%
- *
- * Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987.
- * Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987.
- * This Module contains Proprietary Information of
- * The Santa Cruz Operation, Microsoft Corporation
- * and AT&T, and should be treated as Confidential.
- */
-
- #include "../h/param.h"
- #include "../h/types.h"
- #include "../h/sysmacros.h"
- #include "../h/systm.h"
-
- #ifdef SYSINFO
- #include "../h/sysinfo.h"
- struct sysinfo sysinfo;
- struct syswait syswait;
- #endif
-
- int do_nfc; /* DSA */
- int nfs1;
- int nfs2;
- paddr_t kmemstart;
-
-