summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/pcb.h
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-06-29 06:07:10 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-06-29 06:07:10 +0000
commitdcf29c9e6d8932a58433ca6ab87e813be2ca6bec (patch)
tree8f7f2e010854efa3c65c7593df534bf87260df71 /sys/arch/powerpc/include/pcb.h
parentc8cff04423c84bc39fddae115936f799ef6d458e (diff)
header file include/define cleanup. commit N of many.
Diffstat (limited to 'sys/arch/powerpc/include/pcb.h')
-rw-r--r--sys/arch/powerpc/include/pcb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/pcb.h b/sys/arch/powerpc/include/pcb.h
index 201ce3cffa4..1229b0b1168 100644
--- a/sys/arch/powerpc/include/pcb.h
+++ b/sys/arch/powerpc/include/pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcb.h,v 1.4 1998/08/25 07:44:21 pefo Exp $ */
+/* $OpenBSD: pcb.h,v 1.5 2001/06/29 06:07:09 drahn Exp $ */
/* $NetBSD: pcb.h,v 1.1 1996/09/30 16:34:29 ws Exp $ */
/*-
@@ -67,5 +67,6 @@ struct md_coredump {
extern struct pcb *curpcb;
extern struct pmap *curpm;
extern struct proc *fpuproc;
+int setfault __P((faultbuf env));
#endif
#endif /* _MACHINE_PCB_H_ */