diff options
-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 |