diff options
author | 1996-11-06 01:29:24 +0000 | |
---|---|---|
committer | 1996-11-06 01:29:24 +0000 | |
commit | 8372dd7f89e20290de565bf19f32aaff2d25250b (patch) | |
tree | 86255f6b35722a78f5e11cc74544f4c58985e079 | |
parent | proto blktochr() (diff) | |
download | wireguard-openbsd-8372dd7f89e20290de565bf19f32aaff2d25250b.tar.xz wireguard-openbsd-8372dd7f89e20290de565bf19f32aaff2d25250b.zip |
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 |