summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cpu.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-08 22:21:34 +0000
committerphk <phk@FreeBSD.org>1994-10-08 22:21:34 +0000
commit4ffcc0d5e9cab577bf94a64c7d5d3171a7756fab (patch)
treec09e98e83e92c2d0dbc81d5b21d237ac19a29280 /sys/i386/include/cpu.h
parentcbcc30050bfb738c7629c948ea4b3432799fad3f (diff)
downloadFreeBSD-src-4ffcc0d5e9cab577bf94a64c7d5d3171a7756fab.zip
FreeBSD-src-4ffcc0d5e9cab577bf94a64c7d5d3171a7756fab.tar.gz
Added prototypes.
Diffstat (limited to 'sys/i386/include/cpu.h')
-rw-r--r--sys/i386/include/cpu.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h
index f31f38a..01eb105 100644
--- a/sys/i386/include/cpu.h
+++ b/sys/i386/include/cpu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)cpu.h 5.4 (Berkeley) 5/9/91
- * $Id: cpu.h,v 1.10 1994/09/20 00:32:40 ache Exp $
+ * $Id: cpu.h,v 1.11 1994/10/04 18:25:51 ache Exp $
*/
#ifndef _MACHINE_CPU_H_
@@ -115,6 +115,10 @@ extern int want_resched; /* resched was called */
extern int cpu;
extern int cpu_class;
extern struct cpu_nameclass i386_cpus[];
+int cpu_fork __P((struct proc *, struct proc *));
+int npxdna __P((void));
+void npxexit __P((struct proc *p));
+
#endif
#endif /* !_MACHINE_CPU_H_ */
OpenPOWER on IntegriCloud