summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cpu.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-10 01:06:48 +0000
committerphk <phk@FreeBSD.org>1994-10-10 01:06:48 +0000
commit913add0cbbbd75e3a938f39df8d7e49900e14375 (patch)
tree1ef658b9a1062c0776ba11bd6dcd8ae7142099f5 /sys/i386/include/cpu.h
parentffd776502f499178269525586c6812e79e7826ff (diff)
downloadFreeBSD-src-913add0cbbbd75e3a938f39df8d7e49900e14375.zip
FreeBSD-src-913add0cbbbd75e3a938f39df8d7e49900e14375.tar.gz
Cosmetics. Added a prototype.
Diffstat (limited to 'sys/i386/include/cpu.h')
-rw-r--r--sys/i386/include/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h
index 01eb105..90ee9a2 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.11 1994/10/04 18:25:51 ache Exp $
+ * $Id: cpu.h,v 1.12 1994/10/08 22:21:32 phk Exp $
*/
#ifndef _MACHINE_CPU_H_
@@ -118,7 +118,7 @@ extern struct cpu_nameclass i386_cpus[];
int cpu_fork __P((struct proc *, struct proc *));
int npxdna __P((void));
void npxexit __P((struct proc *p));
-
+void resettodr __P((void));
#endif
#endif /* !_MACHINE_CPU_H_ */
OpenPOWER on IntegriCloud