diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-11-06 01:29:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-11-06 01:29:25 +0000 |
commit | 038268ff0a95582fc1262caa40a4aa9ff5eee478 (patch) | |
tree | 9670cbd8cda55699f179475494a04ab78cf891cd | |
parent | d8c7b06546303b65a6466a2d2d3d4b9858d38fb9 (diff) |
proto mountroot and friends
-rw-r--r-- | sys/sys/systm.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h index cc15025ec35..0aba14591b7 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: systm.h,v 1.12 1996/10/29 08:46:27 mickey Exp $ */ +/* $OpenBSD: systm.h,v 1.13 1996/11/06 01:29:24 deraadt Exp $ */ /* $NetBSD: systm.h,v 1.50 1996/06/09 04:55:09 briggs Exp $ */ /*- @@ -226,6 +226,10 @@ void cpu_set_kpc __P((struct proc *, void (*)(struct proc *))); void kmstartup __P((void)); #endif +int nfs_mountroot __P((void)); +int dk_mountroot __P((void)); +int (*mountroot) __P((void)); + #include <lib/libkern/libkern.h> #ifdef DDB |